Html Css Color HEX #A3592B Rich Gold

📋 copy color: '#A3592B'

red 163 ◦ green 89 ◦ blue 43

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

Shades of Rich Gold #A3592B

Tints of Rich Gold #A3592B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 55.25%
G = 30.17%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A3592B (or 0xA3592B) is known color: Rich Gold. HEX triplet: A3, 59 and 2B. RGB value is (163,89,43). Sum of RGB (Red+Green+Blue) = 163+89+43=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3592B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3592B is #5CA6D4. Grayscale: #6A6A6A. Windows color (decimal): -6072021 or 2840995. OLE color: 2840995.

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

Color convert

RGB 163 89 43 -
CMYK 0 0.45 0.74 0.36
HSL 23º 0.58% 0.4% -
HSV(B) 23º 0.74% 0.64% -
XYZ 19.11 15.11 4.19 -
YUV 105.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 163 89 43 0 0.45 0.74 0.36 23 0.58 0.4
Hex A3 59 2B 0 2D 4A 24 17 3A 28
Octal 243 131 53 0 55 112 44 27 72 50
Binary 10100011 1011001 101011 0 101101 1001010 100100 10111 111010 101000

Color Harmonies of #A3592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3592B

Black with #A3592B

Text Example


Text Example

White with #A3592B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3592B; }

 p { color: rgb(163,89,43); }

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

background-color css

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

 a { background-color: rgb(163,89,43); }

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

border-color css

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

 span { border-color: rgb(163,89,43); }

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