Html Css Color HEX #A35424 Rich Gold

📋 copy color: '#A35424'

red 163 ◦ green 84 ◦ blue 36

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

Shades of Rich Gold #A35424

Tints of Rich Gold #A35424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

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

R = 57.6%
G = 29.68%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A35424 (or 0xA35424) is known color: Rich Gold. HEX triplet: A3, 54 and 24. RGB value is (163,84,36). Sum of RGB (Red+Green+Blue) = 163+84+36=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A35424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35424 is #5CABDB. Grayscale: #666666. Windows color (decimal): -6073308 or 2380963. OLE color: 2380963.

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

Color convert

RGB 163 84 36 -
CMYK 0 0.48 0.78 0.36
HSL 22.68º 0.64% 0.39% -
HSV(B) 22.68º 0.78% 0.64% -
XYZ 18.59 14.25 3.44 -
YUV 102.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 163 84 36 0 0.48 0.78 0.36 22.68 0.64 0.39
Hex A3 54 24 0 30 4E 24 17 40 27
Octal 243 124 44 0 60 116 44 27 100 47
Binary 10100011 1010100 100100 0 110000 1001110 100100 10111 1000000 100111

Color Harmonies of #A35424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35424

Black with #A35424

Text Example


Text Example

White with #A35424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35424; }

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

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

background-color css

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

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

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

border-color css

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

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

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