Html Css Color HEX #AFA416 Lucky

📋 copy color: '#AFA416'

red 175 ◦ green 164 ◦ blue 22

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

Shades of Lucky #AFA416

Tints of Lucky #AFA416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.43%

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

R = 48.48%
G = 45.43%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AFA416 (or 0xAFA416) is known color: Lucky. HEX triplet: AF, A4 and 16. RGB value is (175,164,22). Sum of RGB (Red+Green+Blue) = 175+164+22=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA416 is #505BE9. Grayscale: #979797. Windows color (decimal): -5266410 or 1483951. OLE color: 1483951.

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

Color convert

RGB 175 164 22 -
CMYK 0 0.06 0.87 0.31
HSL 55.69º 0.78% 0.39% -
HSV(B) 55.69º 0.87% 0.69% -
XYZ 31.1 35.72 6.02 -
YUV 151.1 55.14 145.05 -
System Red Green Blue C M Y K H S L
Decimal 175 164 22 0 0.06 0.87 0.31 55.69 0.78 0.39
Hex AF A4 16 0 6 57 1F 38 4E 27
Octal 257 244 26 0 6 127 37 70 116 47
Binary 10101111 10100100 10110 0 110 1010111 11111 111000 1001110 100111

Color Harmonies of #AFA416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA416

Black with #AFA416

Text Example


Text Example

White with #AFA416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA416; }

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

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

background-color css

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

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

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

border-color css

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

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

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