Html Css Color HEX #AA730F Golden Brown

📋 copy color: '#AA730F'

red 170 ◦ green 115 ◦ blue 15

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

Shades of Golden Brown #AA730F

Tints of Golden Brown #AA730F

RGB

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

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

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

R = 56.67%
G = 38.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA730F (or 0xAA730F) is known color: Golden Brown. HEX triplet: AA, 73 and 0F. RGB value is (170,115,15). Sum of RGB (Red+Green+Blue) = 170+115+15=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA730F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA730F is #558CF0. Grayscale: #787878. Windows color (decimal): -5606641 or 1012650. OLE color: 1012650.

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

Color convert

RGB 170 115 15 -
CMYK 0 0.32 0.91 0.33
HSL 38.71º 0.84% 0.36% -
HSV(B) 38.71º 0.91% 0.67% -
XYZ 22.79 20.84 3.27 -
YUV 120.05 68.72 163.63 -
System Red Green Blue C M Y K H S L
Decimal 170 115 15 0 0.32 0.91 0.33 38.71 0.84 0.36
Hex AA 73 F 0 20 5B 21 27 54 24
Octal 252 163 17 0 40 133 41 47 124 44
Binary 10101010 1110011 1111 0 100000 1011011 100001 100111 1010100 100100

Color Harmonies of #AA730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA730F

Black with #AA730F

Text Example


Text Example

White with #AA730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA730F; }

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

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

background-color css

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

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

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

border-color css

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

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

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