Html Css Color HEX #A3471D Rich Gold

📋 copy color: '#A3471D'

red 163 ◦ green 71 ◦ blue 29

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

Shades of Rich Gold #A3471D

Tints of Rich Gold #A3471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

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

R = 61.98%
G = 27%
B = 11.03%

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

#A3471D (or 0xA3471D) is known color: Rich Gold. HEX triplet: A3, 47 and 1D. RGB value is (163,71,29). Sum of RGB (Red+Green+Blue) = 163+71+29=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A3471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3471D is #5CB8E2. Grayscale: #5D5D5D. Windows color (decimal): -6076643 or 1918883. OLE color: 1918883.

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

Color convert

RGB 163 71 29 -
CMYK 0 0.56 0.82 0.36
HSL 18.81º 0.7% 0.38% -
HSV(B) 18.81º 0.82% 0.64% -
XYZ 17.58 12.38 2.63 -
YUV 93.72 91.48 177.42 -
System Red Green Blue C M Y K H S L
Decimal 163 71 29 0 0.56 0.82 0.36 18.81 0.7 0.38
Hex A3 47 1D 0 38 52 24 13 46 26
Octal 243 107 35 0 70 122 44 23 106 46
Binary 10100011 1000111 11101 0 111000 1010010 100100 10011 1000110 100110

Color Harmonies of #A3471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3471D

Black with #A3471D

Text Example


Text Example

White with #A3471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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