Html Css Color HEX #A35324 Rich Gold

📋 copy color: '#A35324'

red 163 ◦ green 83 ◦ blue 36

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

Shades of Rich Gold #A35324

Tints of Rich Gold #A35324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

 BLUE value IS 36 (14.45% from 255) = 12.77%

R = 57.8%
G = 29.43%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A35324 (or 0xA35324) is known color: Rich Gold. HEX triplet: A3, 53 and 24. RGB value is (163,83,36). Sum of RGB (Red+Green+Blue) = 163+83+36=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A35324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35324 is #5CACDB. Grayscale: #656565. Windows color (decimal): -6073564 or 2380707. OLE color: 2380707.

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

Color convert

RGB 163 83 36 -
CMYK 0 0.49 0.78 0.36
HSL 22.2º 0.64% 0.39% -
HSV(B) 22.2º 0.78% 0.64% -
XYZ 18.52 14.1 3.41 -
YUV 101.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 163 83 36 0 0.49 0.78 0.36 22.2 0.64 0.39
Hex A3 53 24 0 31 4E 24 16 40 27
Octal 243 123 44 0 61 116 44 26 100 47
Binary 10100011 1010011 100100 0 110001 1001110 100100 10110 1000000 100111

Color Harmonies of #A35324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35324

Black with #A35324

Text Example


Text Example

White with #A35324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35324; }

 p { color: rgb(163,83,36); }

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

background-color css

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

 a { background-color: rgb(163,83,36); }

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

border-color css

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

 span { border-color: rgb(163,83,36); }

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