#A4551B

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

Shades of Rich Gold #A4551B

Tints of Rich Gold #A4551B

Color information

#A4551B (or 0xA4551B) is unknown color: approx Rich Gold. HEX triplet: A4, 55 and 1B. RGB value is (164,85,27). Sum of RGB (Red+Green+Blue) = 164+85+27=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A4551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4551B is #5BAAE4. Grayscale: #666666. Windows color (decimal): -6007525 or 1791396. OLE color: 1791396.

HSL color Cylindrical-coordinate representation of color #A4551B: hue angle of 25.4º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4551B is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1648527-
CMYK00.480.840.36
HSL25.4º71.73%37.45%-
HSV(B)25.4º83.54%64.31%-
XYZ18.7614.472.84-
YUV102.0185.67172.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 59.42%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 27 (10.94% from 255) = 9.78%
R=59.42%
G=30.80%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164852700.480.840.3625.471.7337.45
HexA4551B0305424194825
Octal24412533060124443111045
Binary1010010010101011101101100001010100100100110011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4551B; }

 p { color: rgb(164,85,27); }

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

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

 a { background-color: rgb(164,85,27); }

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

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

 span { border-color: rgb(164,85,27); }

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