Html Css Color HEX #A35529 Rich Gold

📋 copy color: '#A35529'

red 163 ◦ green 85 ◦ blue 41

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

Shades of Rich Gold #A35529

Tints of Rich Gold #A35529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 41 (16.41% from 255) = 14.19%

R = 56.4%
G = 29.41%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A35529 (or 0xA35529) is known color: Rich Gold. HEX triplet: A3, 55 and 29. RGB value is (163,85,41). Sum of RGB (Red+Green+Blue) = 163+85+41=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A35529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35529 is #5CAAD6. Grayscale: #676767. Windows color (decimal): -6073047 or 2708899. OLE color: 2708899.

HSL color Cylindrical-coordinate representation of color #A35529: hue angle of 21.64º degrees, saturation: 0.6, 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 #A35529 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 85 41 -
CMYK 0 0.48 0.75 0.36
HSL 21.64º 0.6% 0.4% -
HSV(B) 21.64º 0.75% 0.64% -
XYZ 18.75 14.44 3.9 -
YUV 103.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 163 85 41 0 0.48 0.75 0.36 21.64 0.6 0.4
Hex A3 55 29 0 30 4B 24 16 3C 28
Octal 243 125 51 0 60 113 44 26 74 50
Binary 10100011 1010101 101001 0 110000 1001011 100100 10110 111100 101000

Color Harmonies of #A35529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35529

Black with #A35529

Text Example


Text Example

White with #A35529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35529; }

 p { color: rgb(163,85,41); }

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

background-color css

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

 a { background-color: rgb(163,85,41); }

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

border-color css

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

 span { border-color: rgb(163,85,41); }

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