Html Css Color HEX #AFA115 Lucky

📋 copy color: '#AFA115'

red 175 ◦ green 161 ◦ blue 21

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

Shades of Lucky #AFA115

Tints of Lucky #AFA115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.88%

R = 49.02%
G = 45.1%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AFA115 (or 0xAFA115) is known color: Lucky. HEX triplet: AF, A1 and 15. RGB value is (175,161,21). Sum of RGB (Red+Green+Blue) = 175+161+21=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA115 is #505EEA. Grayscale: #959595. Windows color (decimal): -5267179 or 1417647. OLE color: 1417647.

HSL color Cylindrical-coordinate representation of color #AFA115: hue angle of 54.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFA115 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 161 21 -
CMYK 0 0.08 0.88 0.31
HSL 54.55º 0.79% 0.38% -
HSV(B) 54.55º 0.88% 0.69% -
XYZ 30.56 34.66 5.79 -
YUV 149.23 55.64 146.38 -
System Red Green Blue C M Y K H S L
Decimal 175 161 21 0 0.08 0.88 0.31 54.55 0.79 0.38
Hex AF A1 15 0 8 58 1F 37 4F 26
Octal 257 241 25 0 10 130 37 67 117 46
Binary 10101111 10100001 10101 0 1000 1011000 11111 110111 1001111 100110

Color Harmonies of #AFA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA115

Black with #AFA115

Text Example


Text Example

White with #AFA115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA115; }

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

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

background-color css

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

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

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

border-color css

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

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

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