Html Css Color HEX #AA6712 Golden Brown

📋 copy color: '#AA6712'

red 170 ◦ green 103 ◦ blue 18

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

Shades of Golden Brown #AA6712

Tints of Golden Brown #AA6712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.4%

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 58.42%
G = 35.4%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA6712 (or 0xAA6712) is known color: Golden Brown. HEX triplet: AA, 67 and 12. RGB value is (170,103,18). Sum of RGB (Red+Green+Blue) = 170+103+18=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6712 is #5598ED. Grayscale: #717171. Windows color (decimal): -5609710 or 1206186. OLE color: 1206186.

HSL color Cylindrical-coordinate representation of color #AA6712: hue angle of 33.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA6712 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 103 18 -
CMYK 0 0.39 0.89 0.33
HSL 33.55º 0.81% 0.37% -
HSV(B) 33.55º 0.89% 0.67% -
XYZ 21.54 18.29 2.97 -
YUV 113.34 74.2 168.41 -
System Red Green Blue C M Y K H S L
Decimal 170 103 18 0 0.39 0.89 0.33 33.55 0.81 0.37
Hex AA 67 12 0 27 59 21 22 51 25
Octal 252 147 22 0 47 131 41 42 121 45
Binary 10101010 1100111 10010 0 100111 1011001 100001 100010 1010001 100101

Color Harmonies of #AA6712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6712

Black with #AA6712

Text Example


Text Example

White with #AA6712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6712; }

 p { color: rgb(170,103,18); }

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

background-color css

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

 a { background-color: rgb(170,103,18); }

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

border-color css

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

 span { border-color: rgb(170,103,18); }

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