Html Css Color HEX #AFA21A Lucky

📋 copy color: '#AFA21A'

red 175 ◦ green 162 ◦ blue 26

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

Shades of Lucky #AFA21A

Tints of Lucky #AFA21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.16%

R = 48.21%
G = 44.63%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AFA21A (or 0xAFA21A) is known color: Lucky. HEX triplet: AF, A2 and 1A. RGB value is (175,162,26). Sum of RGB (Red+Green+Blue) = 175+162+26=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA21A is #505DE5. Grayscale: #969696. Windows color (decimal): -5266918 or 1745583. OLE color: 1745583.

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

Color convert

RGB 175 162 26 -
CMYK 0 0.07 0.85 0.31
HSL 54.77º 0.74% 0.39% -
HSV(B) 54.77º 0.85% 0.69% -
XYZ 30.79 35.03 6.12 -
YUV 150.38 57.81 145.56 -
System Red Green Blue C M Y K H S L
Decimal 175 162 26 0 0.07 0.85 0.31 54.77 0.74 0.39
Hex AF A2 1A 0 7 55 1F 37 4A 27
Octal 257 242 32 0 7 125 37 67 112 47
Binary 10101111 10100010 11010 0 111 1010101 11111 110111 1001010 100111

Color Harmonies of #AFA21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA21A

Black with #AFA21A

Text Example


Text Example

White with #AFA21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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