Html Css Color HEX #A3572A Rich Gold

📋 copy color: '#A3572A'

red 163 ◦ green 87 ◦ blue 42

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

Shades of Rich Gold #A3572A

Tints of Rich Gold #A3572A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

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

R = 55.82%
G = 29.79%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3572A (or 0xA3572A) is known color: Rich Gold. HEX triplet: A3, 57 and 2A. RGB value is (163,87,42). Sum of RGB (Red+Green+Blue) = 163+87+42=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A3572A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3572A is #5CA8D5. Grayscale: #686868. Windows color (decimal): -6072534 or 2774947. OLE color: 2774947.

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

Color convert

RGB 163 87 42 -
CMYK 0 0.47 0.74 0.36
HSL 22.31º 0.59% 0.4% -
HSV(B) 22.31º 0.74% 0.64% -
XYZ 18.93 14.77 4.04 -
YUV 104.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 163 87 42 0 0.47 0.74 0.36 22.31 0.59 0.4
Hex A3 57 2A 0 2F 4A 24 16 3B 28
Octal 243 127 52 0 57 112 44 26 73 50
Binary 10100011 1010111 101010 0 101111 1001010 100100 10110 111011 101000

Color Harmonies of #A3572A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3572A

Black with #A3572A

Text Example


Text Example

White with #A3572A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3572A; }

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

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

background-color css

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

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

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

border-color css

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

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

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