Html Css Color HEX #A3541B Rich Gold

📋 copy color: '#A3541B'

red 163 ◦ green 84 ◦ blue 27

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

Shades of Rich Gold #A3541B

Tints of Rich Gold #A3541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

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

R = 59.49%
G = 30.66%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3541B (or 0xA3541B) is known color: Rich Gold. HEX triplet: A3, 54 and 1B. RGB value is (163,84,27). Sum of RGB (Red+Green+Blue) = 163+84+27=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3541B is #5CABE4. Grayscale: #656565. Windows color (decimal): -6073317 or 1791139. OLE color: 1791139.

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

Color convert

RGB 163 84 27 -
CMYK 0 0.48 0.83 0.36
HSL 25.15º 0.72% 0.37% -
HSV(B) 25.15º 0.83% 0.64% -
XYZ 18.47 14.21 2.81 -
YUV 101.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 163 84 27 0 0.48 0.83 0.36 25.15 0.72 0.37
Hex A3 54 1B 0 30 53 24 19 48 25
Octal 243 124 33 0 60 123 44 31 110 45
Binary 10100011 1010100 11011 0 110000 1010011 100100 11001 1001000 100101

Color Harmonies of #A3541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3541B

Black with #A3541B

Text Example


Text Example

White with #A3541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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