Html Css Color HEX #AFA80B Lucky

📋 copy color: '#AFA80B'

red 175 ◦ green 168 ◦ blue 11

#AFA80B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #AFA80B

Tints of Lucky #AFA80B

RGB

 RED value IS 175 (68.75% from 255) = 49.44%

 GREEN value IS 168 (66.02% from 255) = 47.46%

 BLUE value IS 11 (4.69% from 255) = 3.11%

R = 49.44%
G = 47.46%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFA80B (or 0xAFA80B) is known color: Lucky. HEX triplet: AF, A8 and 0B. RGB value is (175,168,11). Sum of RGB (Red+Green+Blue) = 175+168+11=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA80B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA80B is #5057F4. Grayscale: #989898. Windows color (decimal): -5265397 or 764079. OLE color: 764079.

HSL color Cylindrical-coordinate representation of color #AFA80B: hue angle of 57.44º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFA80B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 11 -
CMYK 0 0.04 0.94 0.31
HSL 57.44º 0.88% 0.36% -
HSV(B) 57.44º 0.94% 0.69% -
XYZ 31.74 37.14 5.81 -
YUV 152.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 175 168 11 0 0.04 0.94 0.31 57.44 0.88 0.36
Hex AF A8 B 0 4 5E 1F 39 58 24
Octal 257 250 13 0 4 136 37 71 130 44
Binary 10101111 10101000 1011 0 100 1011110 11111 111001 1011000 100100

Color Harmonies of #AFA80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA80B

Black with #AFA80B

Text Example


Text Example

White with #AFA80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA80B; }

 p { color: rgb(175,168,11); }

 H1.HeaderClassName
 {
   color: #AFA80B;
 }
 .AnyTagClassName
 {
   color: #AFA80B;
 }
</style>

background-color css

<style>
 a { background-color: #AFA80B; }

 a { background-color: rgb(175,168,11); }

 div.DivClassName
 {
   background-color: #AFA80B;
 }
 .BgClassName
 {
   background-color: #AFA80B;
 }
</style>

border-color css

<style>
 span { border-color: #AFA80B; }

 span { border-color: rgb(175,168,11); }

 td.TdClassName
 {
   border-color: #AFA80B;
 }
 .TagClassName
 {
   border-color: #AFA80B;
 }
</style>