Html Css Color HEX #AFA200 Lucky

📋 copy color: '#AFA200'

red 175 ◦ green 162 ◦ blue 0

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

Shades of Lucky #AFA200

Tints of Lucky #AFA200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.93%
G = 48.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AFA200 (or 0xAFA200) is known color: Lucky. HEX triplet: AF, A2 and 00. RGB value is (175,162,0). Sum of RGB (Red+Green+Blue) = 175+162+0=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA200 is #505DFF. Grayscale: #949494. Windows color (decimal): -5266944 or 41647. OLE color: 41647.

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

Color convert

RGB 175 162 0 -
CMYK 0 0.07 1 0.31
HSL 55.54º 1% 0.34% -
HSV(B) 55.54º 1% 0.69% -
XYZ 30.6 34.95 5.13 -
YUV 147.42 44.81 147.67 -
System Red Green Blue C M Y K H S L
Decimal 175 162 0 0 0.07 1 0.31 55.54 1 0.34
Hex AF A2 0 0 7 64 1F 38 64 22
Octal 257 242 0 0 7 144 37 70 144 42
Binary 10101111 10100010 0 0 111 1100100 11111 111000 1100100 100010

Color Harmonies of #AFA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA200

Black with #AFA200

Text Example


Text Example

White with #AFA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA200; }

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

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

background-color css

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

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

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

border-color css

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

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

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