#AB6400

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

Shades of Golden Brown #AB6400

Tints of Golden Brown #AB6400

Color information

#AB6400 (or 0xAB6400) is unknown color: approx Golden Brown. HEX triplet: AB, 64 and 00. RGB value is (171,100,0). Sum of RGB (Red+Green+Blue) = 171+100+0=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6400 is #549BFF. Grayscale: #6E6E6E. Windows color (decimal): -5544960 or 25771. OLE color: 25771.

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

Color convert

RGB1711000-
CMYK00.4210.33
HSL35.09º100%33.53%-
HSV(B)35.09º100%67.06%-
XYZ21.3517.772.31-
YUV109.8366.02171.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.10%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.10%
G=36.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171100000.4210.3335.0910033.53
HexAB64002A6421236422
Octal2531440052144414314442
Binary1010101111001000010101011001001000011000111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6400; }

 p { color: rgb(171,100,0); }

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

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

 a { background-color: rgb(171,100,0); }

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

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

 span { border-color: rgb(171,100,0); }

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