Html Css Color HEX #AFA217 Lucky

📋 copy color: '#AFA217'

red 175 ◦ green 162 ◦ blue 23

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

Shades of Lucky #AFA217

Tints of Lucky #AFA217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.39%

R = 48.61%
G = 45%
B = 6.39%

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

#AFA217 (or 0xAFA217) is known color: Lucky. HEX triplet: AF, A2 and 17. RGB value is (175,162,23). Sum of RGB (Red+Green+Blue) = 175+162+23=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA217 is #505DE8. Grayscale: #969696. Windows color (decimal): -5266921 or 1548975. OLE color: 1548975.

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

Color convert

RGB 175 162 23 -
CMYK 0 0.07 0.87 0.31
HSL 54.87º 0.77% 0.39% -
HSV(B) 54.87º 0.87% 0.69% -
XYZ 30.75 35.02 5.95 -
YUV 150.04 56.31 145.8 -
System Red Green Blue C M Y K H S L
Decimal 175 162 23 0 0.07 0.87 0.31 54.87 0.77 0.39
Hex AF A2 17 0 7 57 1F 37 4D 27
Octal 257 242 27 0 7 127 37 67 115 47
Binary 10101111 10100010 10111 0 111 1010111 11111 110111 1001101 100111

Color Harmonies of #AFA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA217

Black with #AFA217

Text Example


Text Example

White with #AFA217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA217; }

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

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

background-color css

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

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

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

border-color css

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

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

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