#A65B25

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

Shades of Rich Gold #A65B25

Tints of Rich Gold #A65B25

Color information

#A65B25 (or 0xA65B25) is unknown color: approx Rich Gold. HEX triplet: A6, 5B and 25. RGB value is (166,91,37). Sum of RGB (Red+Green+Blue) = 166+91+37=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65B25 is #59A4DA. Grayscale: #6B6B6B. Windows color (decimal): -5874907 or 2448294. OLE color: 2448294.

HSL color Cylindrical-coordinate representation of color #A65B25: hue angle of 25.12º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A65B25 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB1669137-
CMYK00.450.780.35
HSL25.12º63.55%39.8%-
HSV(B)25.12º77.71%65.1%-
XYZ19.815.723.74-
YUV107.2788.35169.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.46%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=56.46%
G=30.95%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166913700.450.780.3525.1263.5539.8
HexA65B2502D4E23194028
Octal24613345055116433110050
Binary10100110101101110010101011011001110100011110011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B25; }

 p { color: rgb(166,91,37); }

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

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

 a { background-color: rgb(166,91,37); }

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

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

 span { border-color: rgb(166,91,37); }

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