Html Css Color HEX #AA6108 Golden Brown

📋 copy color: '#AA6108'

red 170 ◦ green 97 ◦ blue 8

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

Shades of Golden Brown #AA6108

Tints of Golden Brown #AA6108

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.27%

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

R = 61.82%
G = 35.27%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA6108 (or 0xAA6108) is known color: Golden Brown. HEX triplet: AA, 61 and 08. RGB value is (170,97,8). Sum of RGB (Red+Green+Blue) = 170+97+8=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6108 is #559EF7. Grayscale: #6D6D6D. Windows color (decimal): -5611256 or 549290. OLE color: 549290.

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

Color convert

RGB 170 97 8 -
CMYK 0 0.43 0.95 0.33
HSL 32.96º 0.91% 0.35% -
HSV(B) 32.96º 0.95% 0.67% -
XYZ 20.9 17.11 2.43 -
YUV 108.68 71.18 171.74 -
System Red Green Blue C M Y K H S L
Decimal 170 97 8 0 0.43 0.95 0.33 32.96 0.91 0.35
Hex AA 61 8 0 2B 5F 21 21 5B 23
Octal 252 141 10 0 53 137 41 41 133 43
Binary 10101010 1100001 1000 0 101011 1011111 100001 100001 1011011 100011

Color Harmonies of #AA6108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6108

Black with #AA6108

Text Example


Text Example

White with #AA6108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6108; }

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

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

background-color css

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

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

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

border-color css

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

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

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