#AB670A

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

Shades of Golden Brown #AB670A

Tints of Golden Brown #AB670A

Color information

#AB670A (or 0xAB670A) is unknown color: approx Golden Brown. HEX triplet: AB, 67 and 0A. RGB value is (171,103,10). Sum of RGB (Red+Green+Blue) = 171+103+10=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB670A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB670A is #5498F5. Grayscale: #717171. Windows color (decimal): -5544182 or 681899. OLE color: 681899.

HSL color Cylindrical-coordinate representation of color #AB670A: hue angle of 34.66º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB670A is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17110310-
CMYK00.400.940.33
HSL34.66º88.95%35.49%-
HSV(B)34.66º94.15%67.06%-
XYZ21.718.382.69-
YUV112.7370.03169.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.21%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 10 (4.30% from 255) = 3.52%
R=60.21%
G=36.27%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711031000.400.940.3334.6688.9535.49
HexAB67A0285E21235923
Octal25314712050136414313143
Binary1010101111001111010010100010111101000011000111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB670A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB670A; }

 p { color: rgb(171,103,10); }

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

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

 a { background-color: rgb(171,103,10); }

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

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

 span { border-color: rgb(171,103,10); }

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