#A35828

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

Shades of Rich Gold #A35828

Tints of Rich Gold #A35828

Color information

#A35828 (or 0xA35828) is unknown color: approx Rich Gold. HEX triplet: A3, 58 and 28. RGB value is (163,88,40). Sum of RGB (Red+Green+Blue) = 163+88+40=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A35828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35828 is #5CA7D7. Grayscale: #696969. Windows color (decimal): -6072280 or 2644131. OLE color: 2644131.

HSL color Cylindrical-coordinate representation of color #A35828: hue angle of 23.41º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A35828 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1638840-
CMYK00.460.750.36
HSL23.41º60.59%39.8%-
HSV(B)23.41º75.46%63.92%-
XYZ18.9814.923.89-
YUV104.9591.35169.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.01%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 40 (16.02% from 255) = 13.75%
R=56.01%
G=30.24%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163884000.460.750.3623.4160.5939.8
HexA3582802E4B24173d28
Octal2431305005611344277550
Binary1010001110110001010000101110100101110010010111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35828; }

 p { color: rgb(163,88,40); }

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

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

 a { background-color: rgb(163,88,40); }

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

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

 span { border-color: rgb(163,88,40); }

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