Html Css Color HEX #AFA216 Lucky

📋 copy color: '#AFA216'

red 175 ◦ green 162 ◦ blue 22

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

Shades of Lucky #AFA216

Tints of Lucky #AFA216

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.13%

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

R = 48.75%
G = 45.13%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AFA216 (or 0xAFA216) is known color: Lucky. HEX triplet: AF, A2 and 16. RGB value is (175,162,22). Sum of RGB (Red+Green+Blue) = 175+162+22=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA216 is #505DE9. Grayscale: #969696. Windows color (decimal): -5266922 or 1483439. OLE color: 1483439.

HSL color Cylindrical-coordinate representation of color #AFA216: hue angle of 54.9º 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 #AFA216 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 22 -
CMYK 0 0.07 0.87 0.31
HSL 54.9º 0.78% 0.39% -
HSV(B) 54.9º 0.87% 0.69% -
XYZ 30.74 35.01 5.9 -
YUV 149.93 55.81 145.88 -
System Red Green Blue C M Y K H S L
Decimal 175 162 22 0 0.07 0.87 0.31 54.9 0.78 0.39
Hex AF A2 16 0 7 57 1F 37 4E 27
Octal 257 242 26 0 7 127 37 67 116 47
Binary 10101111 10100010 10110 0 111 1010111 11111 110111 1001110 100111

Color Harmonies of #AFA216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA216

Black with #AFA216

Text Example


Text Example

White with #AFA216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA216; }

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

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

background-color css

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

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

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

border-color css

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

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

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