Html Css Color HEX #A35229 Rich Gold

📋 copy color: '#A35229'

red 163 ◦ green 82 ◦ blue 41

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

Shades of Rich Gold #A35229

Tints of Rich Gold #A35229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 56.99%
G = 28.67%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A35229 (or 0xA35229) is known color: Rich Gold. HEX triplet: A3, 52 and 29. RGB value is (163,82,41). Sum of RGB (Red+Green+Blue) = 163+82+41=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A35229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35229 is #5CADD6. Grayscale: #656565. Windows color (decimal): -6073815 or 2708131. OLE color: 2708131.

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

Color convert

RGB 163 82 41 -
CMYK 0 0.50 0.75 0.36
HSL 20.16º 0.6% 0.4% -
HSV(B) 20.16º 0.75% 0.64% -
XYZ 18.52 13.98 3.82 -
YUV 101.55 93.84 171.83 -
System Red Green Blue C M Y K H S L
Decimal 163 82 41 0 0.50 0.75 0.36 20.16 0.6 0.4
Hex A3 52 29 0 32 4B 24 14 3C 28
Octal 243 122 51 0 62 113 44 24 74 50
Binary 10100011 1010010 101001 0 110010 1001011 100100 10100 111100 101000

Color Harmonies of #A35229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35229

Black with #A35229

Text Example


Text Example

White with #A35229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35229; }

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

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

background-color css

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

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

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

border-color css

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

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

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