Html Css Color HEX #AA9308 Lucky

📋 copy color: '#AA9308'

red 170 ◦ green 147 ◦ blue 8

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

Shades of Lucky #AA9308

Tints of Lucky #AA9308

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.23%

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

R = 52.31%
G = 45.23%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA9308 (or 0xAA9308) is known color: Lucky. HEX triplet: AA, 93 and 08. RGB value is (170,147,8). Sum of RGB (Red+Green+Blue) = 170+147+8=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9308 is #556CF7. Grayscale: #8A8A8A. Windows color (decimal): -5598456 or 562090. OLE color: 562090.

HSL color Cylindrical-coordinate representation of color #AA9308: hue angle of 51.48º 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 #AA9308 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 147 8 -
CMYK 0 0.14 0.95 0.33
HSL 51.48º 0.91% 0.35% -
HSV(B) 51.48º 0.95% 0.67% -
XYZ 27.06 29.43 4.48 -
YUV 138.03 54.62 150.8 -
System Red Green Blue C M Y K H S L
Decimal 170 147 8 0 0.14 0.95 0.33 51.48 0.91 0.35
Hex AA 93 8 0 E 5F 21 33 5B 23
Octal 252 223 10 0 16 137 41 63 133 43
Binary 10101010 10010011 1000 0 1110 1011111 100001 110011 1011011 100011

Color Harmonies of #AA9308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9308

Black with #AA9308

Text Example


Text Example

White with #AA9308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9308; }

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

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

background-color css

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

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

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

border-color css

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

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

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