Html Css Color HEX #AA700F Golden Brown

📋 copy color: '#AA700F'

red 170 ◦ green 112 ◦ blue 15

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

Shades of Golden Brown #AA700F

Tints of Golden Brown #AA700F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.05%

R = 57.24%
G = 37.71%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA700F (or 0xAA700F) is known color: Golden Brown. HEX triplet: AA, 70 and 0F. RGB value is (170,112,15). Sum of RGB (Red+Green+Blue) = 170+112+15=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA700F is #558FF0. Grayscale: #767676. Windows color (decimal): -5607409 or 1011882. OLE color: 1011882.

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

Color convert

RGB 170 112 15 -
CMYK 0 0.34 0.91 0.33
HSL 37.55º 0.84% 0.36% -
HSV(B) 37.55º 0.91% 0.67% -
XYZ 22.46 20.17 3.16 -
YUV 118.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 170 112 15 0 0.34 0.91 0.33 37.55 0.84 0.36
Hex AA 70 F 0 22 5B 21 26 54 24
Octal 252 160 17 0 42 133 41 46 124 44
Binary 10101010 1110000 1111 0 100010 1011011 100001 100110 1010100 100100

Color Harmonies of #AA700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA700F

Black with #AA700F

Text Example


Text Example

White with #AA700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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