Html Css Color HEX #AA730E Golden Brown

📋 copy color: '#AA730E'

red 170 ◦ green 115 ◦ blue 14

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

Shades of Golden Brown #AA730E

Tints of Golden Brown #AA730E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

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

R = 56.86%
G = 38.46%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA730E (or 0xAA730E) is known color: Golden Brown. HEX triplet: AA, 73 and 0E. RGB value is (170,115,14). Sum of RGB (Red+Green+Blue) = 170+115+14=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA730E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA730E is #558CF1. Grayscale: #787878. Windows color (decimal): -5606642 or 947114. OLE color: 947114.

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

Color convert

RGB 170 115 14 -
CMYK 0 0.32 0.92 0.33
HSL 38.85º 0.85% 0.36% -
HSV(B) 38.85º 0.92% 0.67% -
XYZ 22.79 20.84 3.24 -
YUV 119.93 68.22 163.71 -
System Red Green Blue C M Y K H S L
Decimal 170 115 14 0 0.32 0.92 0.33 38.85 0.85 0.36
Hex AA 73 E 0 20 5C 21 27 55 24
Octal 252 163 16 0 40 134 41 47 125 44
Binary 10101010 1110011 1110 0 100000 1011100 100001 100111 1010101 100100

Color Harmonies of #AA730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA730E

Black with #AA730E

Text Example


Text Example

White with #AA730E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA730E; }

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

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

background-color css

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

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

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

border-color css

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

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

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