Html Css Color HEX #AA710C Golden Brown

📋 copy color: '#AA710C'

red 170 ◦ green 113 ◦ blue 12

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

Shades of Golden Brown #AA710C

Tints of Golden Brown #AA710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.31%

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

R = 57.63%
G = 38.31%
B = 4.07%

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

#AA710C (or 0xAA710C) is known color: Golden Brown. HEX triplet: AA, 71 and 0C. RGB value is (170,113,12). Sum of RGB (Red+Green+Blue) = 170+113+12=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA710C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA710C is #558EF3. Grayscale: #767676. Windows color (decimal): -5607156 or 815530. OLE color: 815530.

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

Color convert

RGB 170 113 12 -
CMYK 0 0.34 0.93 0.33
HSL 38.35º 0.87% 0.36% -
HSV(B) 38.35º 0.93% 0.67% -
XYZ 22.55 20.38 3.09 -
YUV 118.53 67.88 164.71 -
System Red Green Blue C M Y K H S L
Decimal 170 113 12 0 0.34 0.93 0.33 38.35 0.87 0.36
Hex AA 71 C 0 22 5D 21 26 57 24
Octal 252 161 14 0 42 135 41 46 127 44
Binary 10101010 1110001 1100 0 100010 1011101 100001 100110 1010111 100100

Color Harmonies of #AA710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA710C

Black with #AA710C

Text Example


Text Example

White with #AA710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA710C; }

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

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

background-color css

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

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

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

border-color css

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

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

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