Html Css Color HEX #AA700C Golden Brown

📋 copy color: '#AA700C'

red 170 ◦ green 112 ◦ blue 12

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

Shades of Golden Brown #AA700C

Tints of Golden Brown #AA700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

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

R = 57.82%
G = 38.1%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA700C (or 0xAA700C) is known color: Golden Brown. HEX triplet: AA, 70 and 0C. RGB value is (170,112,12). Sum of RGB (Red+Green+Blue) = 170+112+12=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA700C is #558FF3. Grayscale: #767676. Windows color (decimal): -5607412 or 815274. OLE color: 815274.

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

Color convert

RGB 170 112 12 -
CMYK 0 0.34 0.93 0.33
HSL 37.97º 0.87% 0.36% -
HSV(B) 37.97º 0.93% 0.67% -
XYZ 22.44 20.16 3.06 -
YUV 117.94 68.22 165.13 -
System Red Green Blue C M Y K H S L
Decimal 170 112 12 0 0.34 0.93 0.33 37.97 0.87 0.36
Hex AA 70 C 0 22 5D 21 26 57 24
Octal 252 160 14 0 42 135 41 46 127 44
Binary 10101010 1110000 1100 0 100010 1011101 100001 100110 1010111 100100

Color Harmonies of #AA700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA700C

Black with #AA700C

Text Example


Text Example

White with #AA700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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