Html Css Color HEX #AFA110 Lucky

📋 copy color: '#AFA110'

red 175 ◦ green 161 ◦ blue 16

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

Shades of Lucky #AFA110

Tints of Lucky #AFA110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 49.72%
G = 45.74%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AFA110 (or 0xAFA110) is known color: Lucky. HEX triplet: AF, A1 and 10. RGB value is (175,161,16). Sum of RGB (Red+Green+Blue) = 175+161+16=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA110 is #505EEF. Grayscale: #959595. Windows color (decimal): -5267184 or 1089967. OLE color: 1089967.

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

Color convert

RGB 175 161 16 -
CMYK 0 0.08 0.91 0.31
HSL 54.72º 0.83% 0.37% -
HSV(B) 54.72º 0.91% 0.69% -
XYZ 30.52 34.64 5.57 -
YUV 148.66 53.14 146.79 -
System Red Green Blue C M Y K H S L
Decimal 175 161 16 0 0.08 0.91 0.31 54.72 0.83 0.37
Hex AF A1 10 0 8 5B 1F 37 53 25
Octal 257 241 20 0 10 133 37 67 123 45
Binary 10101111 10100001 10000 0 1000 1011011 11111 110111 1010011 100101

Color Harmonies of #AFA110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA110

Black with #AFA110

Text Example


Text Example

White with #AFA110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA110; }

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

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

background-color css

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

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

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

border-color css

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

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

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