Html Css Color HEX #AA8F10 Lucky

📋 copy color: '#AA8F10'

red 170 ◦ green 143 ◦ blue 16

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

Shades of Lucky #AA8F10

Tints of Lucky #AA8F10

RGB

 RED value IS 170 (66.8% from 255) = 51.67%

 GREEN value IS 143 (56.25% from 255) = 43.47%

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

R = 51.67%
G = 43.47%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA8F10 (or 0xAA8F10) is known color: Lucky. HEX triplet: AA, 8F and 10. RGB value is (170,143,16). Sum of RGB (Red+Green+Blue) = 170+143+16=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F10 is #5570EF. Grayscale: #898989. Windows color (decimal): -5599472 or 1085354. OLE color: 1085354.

HSL color Cylindrical-coordinate representation of color #AA8F10: hue angle of 49.48º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA8F10 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 143 16 -
CMYK 0 0.16 0.91 0.33
HSL 49.48º 0.83% 0.36% -
HSV(B) 49.48º 0.91% 0.67% -
XYZ 26.49 28.23 4.54 -
YUV 136.6 59.95 151.83 -
System Red Green Blue C M Y K H S L
Decimal 170 143 16 0 0.16 0.91 0.33 49.48 0.83 0.36
Hex AA 8F 10 0 10 5B 21 31 53 24
Octal 252 217 20 0 20 133 41 61 123 44
Binary 10101010 10001111 10000 0 10000 1011011 100001 110001 1010011 100100

Color Harmonies of #AA8F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F10

Black with #AA8F10

Text Example


Text Example

White with #AA8F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F10; }

 p { color: rgb(170,143,16); }

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

background-color css

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

 a { background-color: rgb(170,143,16); }

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

border-color css

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

 span { border-color: rgb(170,143,16); }

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