Html Css Color HEX #AA5C0C Golden Brown

📋 copy color: '#AA5C0C'

red 170 ◦ green 92 ◦ blue 12

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

Shades of Golden Brown #AA5C0C

Tints of Golden Brown #AA5C0C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.58%

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

R = 62.04%
G = 33.58%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA5C0C (or 0xAA5C0C) is known color: Golden Brown. HEX triplet: AA, 5C and 0C. RGB value is (170,92,12). Sum of RGB (Red+Green+Blue) = 170+92+12=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C0C is #55A3F3. Grayscale: #6A6A6A. Windows color (decimal): -5612532 or 810154. OLE color: 810154.

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

Color convert

RGB 170 92 12 -
CMYK 0 0.46 0.93 0.33
HSL 30.38º 0.87% 0.36% -
HSV(B) 30.38º 0.93% 0.67% -
XYZ 20.47 16.23 2.4 -
YUV 106.2 74.84 173.5 -
System Red Green Blue C M Y K H S L
Decimal 170 92 12 0 0.46 0.93 0.33 30.38 0.87 0.36
Hex AA 5C C 0 2E 5D 21 1E 57 24
Octal 252 134 14 0 56 135 41 36 127 44
Binary 10101010 1011100 1100 0 101110 1011101 100001 11110 1010111 100100

Color Harmonies of #AA5C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C0C

Black with #AA5C0C

Text Example


Text Example

White with #AA5C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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