#aa670f

Color #AA670F Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AA670F

Tints of Golden Brown #AA670F

Color information

#AA670F (or 0xAA670F) is unknown color: approx Golden Brown. HEX triplet: AA, 67 and 0F. RGB value is (170,103,15). Sum of RGB (Red+Green+Blue) = 170+103+15=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA670F is #5598F0. Grayscale: #717171. Windows color (decimal): -5609713 or 1009578. OLE color: 1009578.

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

Color convert

RGB17010315-
CMYK00.390.910.33
HSL34.06º83.78%36.27%-
HSV(B)34.06º91.18%66.67%-
XYZ21.5118.282.85-
YUV11372.7168.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.03%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 15 (6.25% from 255) = 5.21%
R=59.03%
G=35.76%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701031500.390.910.3334.0683.7836.27
HexAA67F0275B21225424
Octal25214717047133414212444
Binary1010101011001111111010011110110111000011000101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa670f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa670f; }

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

 H1.HeaderClassName
 {
   color: #aa670f;
 }
 .AnyTagClassName
 {
   color: #aa670f;
 }
</style>
background-color css

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

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

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

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

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

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