#AB5723

Color #AB5723 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AB5723

Tints of Rich Gold #AB5723

Color information

#AB5723 (or 0xAB5723) is unknown color: approx Rich Gold. HEX triplet: AB, 57 and 23. RGB value is (171,87,35). Sum of RGB (Red+Green+Blue) = 171+87+35=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5723 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5723 is #54A8DC. Grayscale: #6A6A6A. Windows color (decimal): -5548253 or 2316203. OLE color: 2316203.

HSL color Cylindrical-coordinate representation of color #AB5723: hue angle of 22.94º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB5723 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB1718735-
CMYK00.490.800.33
HSL22.94º66.02%40.39%-
HSV(B)22.94º79.53%67.06%-
XYZ20.5115.63.52-
YUV106.1987.83174.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.36%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 35 (14.06% from 255) = 11.95%
R=58.36%
G=29.69%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171873500.490.800.3322.9466.0240.39
HexAB57230315021174228
Octal25312743061120412710250
Binary10101011101011110001101100011010000100001101111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5723; }

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

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

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

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

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

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

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

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