#9A571B

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

Shades of Rich Gold #9A571B

Tints of Rich Gold #9A571B

Color information

#9A571B (or 0x9A571B) is unknown color: approx Rich Gold. HEX triplet: 9A, 57 and 1B. RGB value is (154,87,27). Sum of RGB (Red+Green+Blue) = 154+87+27=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A571B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A571B is #65A8E4. Grayscale: #646464. Windows color (decimal): -6662373 or 1791898. OLE color: 1791898.

HSL color Cylindrical-coordinate representation of color #9A571B: hue angle of 28.35º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A571B is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1548727-
CMYK00.440.820.40
HSL28.35º70.17%35.49%-
HSV(B)28.35º82.47%60.39%-
XYZ16.9313.772.8-
YUV100.1986.7166.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.46%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=57.46%
G=32.46%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154872700.440.820.4028.3570.1735.49
Hex9A571B02C52281c4623
Octal23212733054122503410643
Binary1001101010101111101101011001010010101000111001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A571B; }

 p { color: rgb(154,87,27); }

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

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

 a { background-color: rgb(154,87,27); }

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

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

 span { border-color: rgb(154,87,27); }

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