Html Css Color HEX #AFA11A Lucky

📋 copy color: '#AFA11A'

red 175 ◦ green 161 ◦ blue 26

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

Shades of Lucky #AFA11A

Tints of Lucky #AFA11A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.48%

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

R = 48.34%
G = 44.48%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AFA11A (or 0xAFA11A) is known color: Lucky. HEX triplet: AF, A1 and 1A. RGB value is (175,161,26). Sum of RGB (Red+Green+Blue) = 175+161+26=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA11A is #505EE5. Grayscale: #969696. Windows color (decimal): -5267174 or 1745327. OLE color: 1745327.

HSL color Cylindrical-coordinate representation of color #AFA11A: hue angle of 54.36º 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 #AFA11A is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 161 26 -
CMYK 0 0.08 0.85 0.31
HSL 54.36º 0.74% 0.39% -
HSV(B) 54.36º 0.85% 0.69% -
XYZ 30.61 34.68 6.06 -
YUV 149.8 58.14 145.98 -
System Red Green Blue C M Y K H S L
Decimal 175 161 26 0 0.08 0.85 0.31 54.36 0.74 0.39
Hex AF A1 1A 0 8 55 1F 36 4A 27
Octal 257 241 32 0 10 125 37 66 112 47
Binary 10101111 10100001 11010 0 1000 1010101 11111 110110 1001010 100111

Color Harmonies of #AFA11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA11A

Black with #AFA11A

Text Example


Text Example

White with #AFA11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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