Html Css Color HEX #A35820 Rich Gold

📋 copy color: '#A35820'

red 163 ◦ green 88 ◦ blue 32

#A35820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #A35820

Tints of Rich Gold #A35820

RGB

 RED value IS 163 (64.06% from 255) = 57.6%

 GREEN value IS 88 (34.77% from 255) = 31.1%

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 57.6%
G = 31.1%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A35820 (or 0xA35820) is known color: Rich Gold. HEX triplet: A3, 58 and 20. RGB value is (163,88,32). Sum of RGB (Red+Green+Blue) = 163+88+32=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A35820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35820 is #5CA7DF. Grayscale: #686868. Windows color (decimal): -6072288 or 2119843. OLE color: 2119843.

HSL color Cylindrical-coordinate representation of color #A35820: hue angle of 25.65º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A35820 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 88 32 -
CMYK 0 0.46 0.80 0.36
HSL 25.65º 0.67% 0.38% -
HSV(B) 25.65º 0.8% 0.64% -
XYZ 18.85 14.87 3.24 -
YUV 104.04 87.35 170.05 -
System Red Green Blue C M Y K H S L
Decimal 163 88 32 0 0.46 0.80 0.36 25.65 0.67 0.38
Hex A3 58 20 0 2E 50 24 1A 43 26
Octal 243 130 40 0 56 120 44 32 103 46
Binary 10100011 1011000 100000 0 101110 1010000 100100 11010 1000011 100110

Color Harmonies of #A35820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35820

Black with #A35820

Text Example


Text Example

White with #A35820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35820; }

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

 H1.HeaderClassName
 {
   color: #A35820;
 }
 .AnyTagClassName
 {
   color: #A35820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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