Html Css Color HEX #AA6C0E Golden Brown

📋 copy color: '#AA6C0E'

red 170 ◦ green 108 ◦ blue 14

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

Shades of Golden Brown #AA6C0E

Tints of Golden Brown #AA6C0E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.99%

 BLUE value IS 14 (5.86% from 255) = 4.79%

R = 58.22%
G = 36.99%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA6C0E (or 0xAA6C0E) is known color: Golden Brown. HEX triplet: AA, 6C and 0E. RGB value is (170,108,14). Sum of RGB (Red+Green+Blue) = 170+108+14=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6C0E is #5593F1. Grayscale: #747474. Windows color (decimal): -5608434 or 945322. OLE color: 945322.

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

Color convert

RGB 170 108 14 -
CMYK 0 0.36 0.92 0.33
HSL 36.15º 0.85% 0.36% -
HSV(B) 36.15º 0.92% 0.67% -
XYZ 22.02 19.3 2.98 -
YUV 115.82 70.54 166.64 -
System Red Green Blue C M Y K H S L
Decimal 170 108 14 0 0.36 0.92 0.33 36.15 0.85 0.36
Hex AA 6C E 0 24 5C 21 24 55 24
Octal 252 154 16 0 44 134 41 44 125 44
Binary 10101010 1101100 1110 0 100100 1011100 100001 100100 1010101 100100

Color Harmonies of #AA6C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6C0E

Black with #AA6C0E

Text Example


Text Example

White with #AA6C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6C0E; }

 p { color: rgb(170,108,14); }

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

background-color css

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

 a { background-color: rgb(170,108,14); }

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

border-color css

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

 span { border-color: rgb(170,108,14); }

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