#A95C1B

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

Shades of Rich Gold #A95C1B

Tints of Rich Gold #A95C1B

Color information

#A95C1B (or 0xA95C1B) is unknown color: approx Rich Gold. HEX triplet: A9, 5C and 1B. RGB value is (169,92,27). Sum of RGB (Red+Green+Blue) = 169+92+27=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95C1B is #56A3E4. Grayscale: #6B6B6B. Windows color (decimal): -5678053 or 1793193. OLE color: 1793193.

HSL color Cylindrical-coordinate representation of color #A95C1B: hue angle of 27.46º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A95C1B is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB1699227-
CMYK00.460.840.34
HSL27.46º72.45%38.43%-
HSV(B)27.46º84.02%66.27%-
XYZ20.3916.173.08-
YUV107.6182.51171.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.68%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 27 (10.94% from 255) = 9.38%
R=58.68%
G=31.94%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169922700.460.840.3427.4672.4538.43
HexA95C1B02E54221b4826
Octal25113433056124423311046
Binary1010100110111001101101011101010100100010110111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95C1B; }

 p { color: rgb(169,92,27); }

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

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

 a { background-color: rgb(169,92,27); }

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

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

 span { border-color: rgb(169,92,27); }

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