Html Css Color HEX #AA9508 Lucky

📋 copy color: '#AA9508'

red 170 ◦ green 149 ◦ blue 8

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

Shades of Lucky #AA9508

Tints of Lucky #AA9508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.57%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 51.99%
G = 45.57%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA9508 (or 0xAA9508) is known color: Lucky. HEX triplet: AA, 95 and 08. RGB value is (170,149,8). Sum of RGB (Red+Green+Blue) = 170+149+8=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9508 is #556AF7. Grayscale: #8B8B8B. Windows color (decimal): -5597944 or 562602. OLE color: 562602.

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

Color convert

RGB 170 149 8 -
CMYK 0 0.12 0.95 0.33
HSL 52.22º 0.91% 0.35% -
HSV(B) 52.22º 0.95% 0.67% -
XYZ 27.37 30.06 4.59 -
YUV 139.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 170 149 8 0 0.12 0.95 0.33 52.22 0.91 0.35
Hex AA 95 8 0 C 5F 21 34 5B 23
Octal 252 225 10 0 14 137 41 64 133 43
Binary 10101010 10010101 1000 0 1100 1011111 100001 110100 1011011 100011

Color Harmonies of #AA9508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9508

Black with #AA9508

Text Example


Text Example

White with #AA9508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9508; }

 p { color: rgb(170,149,8); }

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

background-color css

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

 a { background-color: rgb(170,149,8); }

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

border-color css

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

 span { border-color: rgb(170,149,8); }

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