Html Css Color HEX #A3491B Rich Gold

📋 copy color: '#A3491B'

red 163 ◦ green 73 ◦ blue 27

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

Shades of Rich Gold #A3491B

Tints of Rich Gold #A3491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.76%

 BLUE value IS 27 (10.94% from 255) = 10.27%

R = 61.98%
G = 27.76%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3491B (or 0xA3491B) is known color: Rich Gold. HEX triplet: A3, 49 and 1B. RGB value is (163,73,27). Sum of RGB (Red+Green+Blue) = 163+73+27=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A3491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3491B is #5CB6E4. Grayscale: #5E5E5E. Windows color (decimal): -6076133 or 1788323. OLE color: 1788323.

HSL color Cylindrical-coordinate representation of color #A3491B: hue angle of 20.29º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3491B is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 27 -
CMYK 0 0.55 0.83 0.36
HSL 20.29º 0.72% 0.37% -
HSV(B) 20.29º 0.83% 0.64% -
XYZ 17.68 12.63 2.54 -
YUV 94.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 163 73 27 0 0.55 0.83 0.36 20.29 0.72 0.37
Hex A3 49 1B 0 37 53 24 14 48 25
Octal 243 111 33 0 67 123 44 24 110 45
Binary 10100011 1001001 11011 0 110111 1010011 100100 10100 1001000 100101

Color Harmonies of #A3491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3491B

Black with #A3491B

Text Example


Text Example

White with #A3491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3491B; }

 p { color: rgb(163,73,27); }

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

background-color css

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

 a { background-color: rgb(163,73,27); }

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

border-color css

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

 span { border-color: rgb(163,73,27); }

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