Html Css Color HEX #A3471B Rich Gold

📋 copy color: '#A3471B'

red 163 ◦ green 71 ◦ blue 27

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

Shades of Rich Gold #A3471B

Tints of Rich Gold #A3471B

RGB

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

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

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

R = 62.45%
G = 27.2%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3471B (or 0xA3471B) is known color: Rich Gold. HEX triplet: A3, 47 and 1B. RGB value is (163,71,27). Sum of RGB (Red+Green+Blue) = 163+71+27=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A3471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3471B is #5CB8E4. Grayscale: #5D5D5D. Windows color (decimal): -6076645 or 1787811. OLE color: 1787811.

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

Color convert

RGB 163 71 27 -
CMYK 0 0.56 0.83 0.36
HSL 19.41º 0.72% 0.37% -
HSV(B) 19.41º 0.83% 0.64% -
XYZ 17.56 12.37 2.5 -
YUV 93.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 163 71 27 0 0.56 0.83 0.36 19.41 0.72 0.37
Hex A3 47 1B 0 38 53 24 13 48 25
Octal 243 107 33 0 70 123 44 23 110 45
Binary 10100011 1000111 11011 0 111000 1010011 100100 10011 1001000 100101

Color Harmonies of #A3471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3471B

Black with #A3471B

Text Example


Text Example

White with #A3471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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