Html Css Color HEX #AFA206 Lucky

📋 copy color: '#AFA206'

red 175 ◦ green 162 ◦ blue 6

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

Shades of Lucky #AFA206

Tints of Lucky #AFA206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.75%

R = 51.02%
G = 47.23%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AFA206 (or 0xAFA206) is known color: Lucky. HEX triplet: AF, A2 and 06. RGB value is (175,162,6). Sum of RGB (Red+Green+Blue) = 175+162+6=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA206 is #505DF9. Grayscale: #949494. Windows color (decimal): -5266938 or 434863. OLE color: 434863.

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

Color convert

RGB 175 162 6 -
CMYK 0 0.07 0.97 0.31
HSL 55.38º 0.93% 0.35% -
HSV(B) 55.38º 0.97% 0.69% -
XYZ 30.63 34.97 5.31 -
YUV 148.1 47.81 147.18 -
System Red Green Blue C M Y K H S L
Decimal 175 162 6 0 0.07 0.97 0.31 55.38 0.93 0.35
Hex AF A2 6 0 7 61 1F 37 5D 23
Octal 257 242 6 0 7 141 37 67 135 43
Binary 10101111 10100010 110 0 111 1100001 11111 110111 1011101 100011

Color Harmonies of #AFA206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA206

Black with #AFA206

Text Example


Text Example

White with #AFA206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA206; }

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

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

background-color css

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

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

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

border-color css

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

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

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