Html Css Color HEX #AA8D13 Lucky

📋 copy color: '#AA8D13'

red 170 ◦ green 141 ◦ blue 19

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

Shades of Lucky #AA8D13

Tints of Lucky #AA8D13

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.73%

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 51.52%
G = 42.73%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA8D13 (or 0xAA8D13) is known color: Lucky. HEX triplet: AA, 8D and 13. RGB value is (170,141,19). Sum of RGB (Red+Green+Blue) = 170+141+19=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8D13 is #5572EC. Grayscale: #888888. Windows color (decimal): -5599981 or 1281450. OLE color: 1281450.

HSL color Cylindrical-coordinate representation of color #AA8D13: hue angle of 48.48º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA8D13 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 141 19 -
CMYK 0 0.17 0.89 0.33
HSL 48.48º 0.8% 0.37% -
HSV(B) 48.48º 0.89% 0.67% -
XYZ 26.22 27.64 4.57 -
YUV 135.76 62.11 152.42 -
System Red Green Blue C M Y K H S L
Decimal 170 141 19 0 0.17 0.89 0.33 48.48 0.8 0.37
Hex AA 8D 13 0 11 59 21 30 50 25
Octal 252 215 23 0 21 131 41 60 120 45
Binary 10101010 10001101 10011 0 10001 1011001 100001 110000 1010000 100101

Color Harmonies of #AA8D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D13

Black with #AA8D13

Text Example


Text Example

White with #AA8D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D13; }

 p { color: rgb(170,141,19); }

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

background-color css

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

 a { background-color: rgb(170,141,19); }

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

border-color css

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

 span { border-color: rgb(170,141,19); }

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