Html Css Color HEX #A3542A Rich Gold

📋 copy color: '#A3542A'

red 163 ◦ green 84 ◦ blue 42

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

Shades of Rich Gold #A3542A

Tints of Rich Gold #A3542A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 56.4%
G = 29.07%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3542A (or 0xA3542A) is known color: Rich Gold. HEX triplet: A3, 54 and 2A. RGB value is (163,84,42). Sum of RGB (Red+Green+Blue) = 163+84+42=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3542A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3542A is #5CABD5. Grayscale: #676767. Windows color (decimal): -6073302 or 2774179. OLE color: 2774179.

HSL color Cylindrical-coordinate representation of color #A3542A: hue angle of 20.83º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3542A is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 84 42 -
CMYK 0 0.48 0.74 0.36
HSL 20.83º 0.59% 0.4% -
HSV(B) 20.83º 0.74% 0.64% -
XYZ 18.69 14.29 3.96 -
YUV 102.83 93.67 170.92 -
System Red Green Blue C M Y K H S L
Decimal 163 84 42 0 0.48 0.74 0.36 20.83 0.59 0.4
Hex A3 54 2A 0 30 4A 24 15 3B 28
Octal 243 124 52 0 60 112 44 25 73 50
Binary 10100011 1010100 101010 0 110000 1001010 100100 10101 111011 101000

Color Harmonies of #A3542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3542A

Black with #A3542A

Text Example


Text Example

White with #A3542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3542A; }

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

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

background-color css

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

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

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

border-color css

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

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

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