#A35B23

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

Shades of Rich Gold #A35B23

Tints of Rich Gold #A35B23

Color information

#A35B23 (or 0xA35B23) is unknown color: approx Rich Gold. HEX triplet: A3, 5B and 23. RGB value is (163,91,35). Sum of RGB (Red+Green+Blue) = 163+91+35=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35B23 is #5CA4DC. Grayscale: #6A6A6A. Windows color (decimal): -6071517 or 2317219. OLE color: 2317219.

HSL color Cylindrical-coordinate representation of color #A35B23: hue angle of 26.25º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A35B23 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1639135-
CMYK00.440.790.36
HSL26.25º64.65%38.82%-
HSV(B)26.25º78.53%63.92%-
XYZ19.1515.393.55-
YUV106.1487.85168.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 35 (14.06% from 255) = 12.11%
R=56.40%
G=31.49%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163913500.440.790.3626.2564.6538.82
HexA35B2302C4F241a4127
Octal24313343054117443210147
Binary10100011101101110001101011001001111100100110101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B23; }

 p { color: rgb(163,91,35); }

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

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

 a { background-color: rgb(163,91,35); }

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

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

 span { border-color: rgb(163,91,35); }

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