#AB5700

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

Shades of Golden Brown #AB5700

Tints of Golden Brown #AB5700

Color information

#AB5700 (or 0xAB5700) is unknown color: approx Golden Brown. HEX triplet: AB, 57 and 00. RGB value is (171,87,0). Sum of RGB (Red+Green+Blue) = 171+87+0=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5700 is #54A8FF. Grayscale: #666666. Windows color (decimal): -5548288 or 22443. OLE color: 22443.

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

Color convert

RGB171870-
CMYK00.4910.33
HSL30.53º100%33.53%-
HSV(B)30.53º100%67.06%-
XYZ20.215.471.92-
YUV102.270.33177.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.28%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.28%
G=33.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17187000.4910.3330.5310033.53
HexAB57003164211f6422
Octal2531270061144413714442
Binary101010111010111001100011100100100001111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5700; }

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

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

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

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

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

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

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

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