Html Css Color HEX #AA8C17 Lucky

📋 copy color: '#AA8C17'

red 170 ◦ green 140 ◦ blue 23

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

Shades of Lucky #AA8C17

Tints of Lucky #AA8C17

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.04%

 BLUE value IS 23 (9.38% from 255) = 6.91%

R = 51.05%
G = 42.04%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA8C17 (or 0xAA8C17) is known color: Lucky. HEX triplet: AA, 8C and 17. RGB value is (170,140,23). Sum of RGB (Red+Green+Blue) = 170+140+23=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C17 is #5573E8. Grayscale: #888888. Windows color (decimal): -5600233 or 1543338. OLE color: 1543338.

HSL color Cylindrical-coordinate representation of color #AA8C17: hue angle of 47.76º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA8C17 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 140 23 -
CMYK 0 0.18 0.86 0.33
HSL 47.76º 0.76% 0.38% -
HSV(B) 47.76º 0.86% 0.67% -
XYZ 26.11 27.36 4.72 -
YUV 135.63 64.44 152.51 -
System Red Green Blue C M Y K H S L
Decimal 170 140 23 0 0.18 0.86 0.33 47.76 0.76 0.38
Hex AA 8C 17 0 12 56 21 30 4C 26
Octal 252 214 27 0 22 126 41 60 114 46
Binary 10101010 10001100 10111 0 10010 1010110 100001 110000 1001100 100110

Color Harmonies of #AA8C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C17

Black with #AA8C17

Text Example


Text Example

White with #AA8C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C17; }

 p { color: rgb(170,140,23); }

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

background-color css

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

 a { background-color: rgb(170,140,23); }

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

border-color css

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

 span { border-color: rgb(170,140,23); }

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