Html Css Color HEX #A3481D Rich Gold

📋 copy color: '#A3481D'

red 163 ◦ green 72 ◦ blue 29

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

Shades of Rich Gold #A3481D

Tints of Rich Gold #A3481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 61.74%
G = 27.27%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3481D (or 0xA3481D) is known color: Rich Gold. HEX triplet: A3, 48 and 1D. RGB value is (163,72,29). Sum of RGB (Red+Green+Blue) = 163+72+29=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A3481D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3481D is #5CB7E2. Grayscale: #5E5E5E. Windows color (decimal): -6076387 or 1919139. OLE color: 1919139.

HSL color Cylindrical-coordinate representation of color #A3481D: hue angle of 19.25º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3481D is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 72 29 -
CMYK 0 0.56 0.82 0.36
HSL 19.25º 0.7% 0.38% -
HSV(B) 19.25º 0.82% 0.64% -
XYZ 17.64 12.51 2.65 -
YUV 94.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 163 72 29 0 0.56 0.82 0.36 19.25 0.7 0.38
Hex A3 48 1D 0 38 52 24 13 46 26
Octal 243 110 35 0 70 122 44 23 106 46
Binary 10100011 1001000 11101 0 111000 1010010 100100 10011 1000110 100110

Color Harmonies of #A3481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3481D

Black with #A3481D

Text Example


Text Example

White with #A3481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3481D; }

 p { color: rgb(163,72,29); }

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

background-color css

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

 a { background-color: rgb(163,72,29); }

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

border-color css

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

 span { border-color: rgb(163,72,29); }

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