Html Css Color HEX #AFA616 Lucky

📋 copy color: '#AFA616'

red 175 ◦ green 166 ◦ blue 22

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

Shades of Lucky #AFA616

Tints of Lucky #AFA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.73%

 BLUE value IS 22 (8.98% from 255) = 6.06%

R = 48.21%
G = 45.73%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AFA616 (or 0xAFA616) is known color: Lucky. HEX triplet: AF, A6 and 16. RGB value is (175,166,22). Sum of RGB (Red+Green+Blue) = 175+166+22=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA616 is #5059E9. Grayscale: #989898. Windows color (decimal): -5265898 or 1484463. OLE color: 1484463.

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

Color convert

RGB 175 166 22 -
CMYK 0 0.05 0.87 0.31
HSL 56.47º 0.78% 0.39% -
HSV(B) 56.47º 0.87% 0.69% -
XYZ 31.46 36.44 6.14 -
YUV 152.28 54.48 144.21 -
System Red Green Blue C M Y K H S L
Decimal 175 166 22 0 0.05 0.87 0.31 56.47 0.78 0.39
Hex AF A6 16 0 5 57 1F 38 4E 27
Octal 257 246 26 0 5 127 37 70 116 47
Binary 10101111 10100110 10110 0 101 1010111 11111 111000 1001110 100111

Color Harmonies of #AFA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA616

Black with #AFA616

Text Example


Text Example

White with #AFA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA616; }

 p { color: rgb(175,166,22); }

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

background-color css

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

 a { background-color: rgb(175,166,22); }

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

border-color css

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

 span { border-color: rgb(175,166,22); }

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