Html Css Color HEX #AFA90C Lucky

📋 copy color: '#AFA90C'

red 175 ◦ green 169 ◦ blue 12

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

Shades of Lucky #AFA90C

Tints of Lucky #AFA90C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.47%

 BLUE value IS 12 (5.08% from 255) = 3.37%

R = 49.16%
G = 47.47%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AFA90C (or 0xAFA90C) is known color: Lucky. HEX triplet: AF, A9 and 0C. RGB value is (175,169,12). Sum of RGB (Red+Green+Blue) = 175+169+12=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA90C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA90C is #5056F3. Grayscale: #999999. Windows color (decimal): -5265140 or 829871. OLE color: 829871.

HSL color Cylindrical-coordinate representation of color #AFA90C: hue angle of 57.79º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFA90C is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 169 12 -
CMYK 0 0.03 0.93 0.31
HSL 57.79º 0.87% 0.37% -
HSV(B) 57.79º 0.93% 0.69% -
XYZ 31.93 37.52 5.91 -
YUV 152.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 175 169 12 0 0.03 0.93 0.31 57.79 0.87 0.37
Hex AF A9 C 0 3 5D 1F 3A 57 25
Octal 257 251 14 0 3 135 37 72 127 45
Binary 10101111 10101001 1100 0 11 1011101 11111 111010 1010111 100101

Color Harmonies of #AFA90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA90C

Black with #AFA90C

Text Example


Text Example

White with #AFA90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA90C; }

 p { color: rgb(175,169,12); }

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

background-color css

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

 a { background-color: rgb(175,169,12); }

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

border-color css

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

 span { border-color: rgb(175,169,12); }

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