Html Css Color HEX #AFA202 Lucky

📋 copy color: '#AFA202'

red 175 ◦ green 162 ◦ blue 2

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

Shades of Lucky #AFA202

Tints of Lucky #AFA202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 51.62%
G = 47.79%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AFA202 (or 0xAFA202) is known color: Lucky. HEX triplet: AF, A2 and 02. RGB value is (175,162,2). Sum of RGB (Red+Green+Blue) = 175+162+2=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA202 is #505DFD. Grayscale: #949494. Windows color (decimal): -5266942 or 172719. OLE color: 172719.

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

Color convert

RGB 175 162 2 -
CMYK 0 0.07 0.99 0.31
HSL 55.49º 0.98% 0.35% -
HSV(B) 55.49º 0.99% 0.69% -
XYZ 30.61 34.96 5.19 -
YUV 147.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 175 162 2 0 0.07 0.99 0.31 55.49 0.98 0.35
Hex AF A2 2 0 7 63 1F 37 62 23
Octal 257 242 2 0 7 143 37 67 142 43
Binary 10101111 10100010 10 0 111 1100011 11111 110111 1100010 100011

Color Harmonies of #AFA202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA202

Black with #AFA202

Text Example


Text Example

White with #AFA202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA202; }

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

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

background-color css

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

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

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

border-color css

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

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

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