Html Css Color HEX #AA600C Golden Brown

📋 copy color: '#AA600C'

red 170 ◦ green 96 ◦ blue 12

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

Shades of Golden Brown #AA600C

Tints of Golden Brown #AA600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.53%

 BLUE value IS 12 (5.08% from 255) = 4.32%

R = 61.15%
G = 34.53%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA600C (or 0xAA600C) is known color: Golden Brown. HEX triplet: AA, 60 and 0C. RGB value is (170,96,12). Sum of RGB (Red+Green+Blue) = 170+96+12=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA600C is #559FF3. Grayscale: #6C6C6C. Windows color (decimal): -5611508 or 811178. OLE color: 811178.

HSL color Cylindrical-coordinate representation of color #AA600C: hue angle of 31.9º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA600C is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 12 -
CMYK 0 0.44 0.93 0.33
HSL 31.9º 0.87% 0.36% -
HSV(B) 31.9º 0.93% 0.67% -
XYZ 20.83 16.94 2.52 -
YUV 108.55 73.52 171.83 -
System Red Green Blue C M Y K H S L
Decimal 170 96 12 0 0.44 0.93 0.33 31.9 0.87 0.36
Hex AA 60 C 0 2C 5D 21 20 57 24
Octal 252 140 14 0 54 135 41 40 127 44
Binary 10101010 1100000 1100 0 101100 1011101 100001 100000 1010111 100100

Color Harmonies of #AA600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA600C

Black with #AA600C

Text Example


Text Example

White with #AA600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA600C; }

 p { color: rgb(170,96,12); }

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

background-color css

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

 a { background-color: rgb(170,96,12); }

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

border-color css

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

 span { border-color: rgb(170,96,12); }

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