Html Css Color HEX #A3531B Rich Gold

📋 copy color: '#A3531B'

red 163 ◦ green 83 ◦ blue 27

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

Shades of Rich Gold #A3531B

Tints of Rich Gold #A3531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

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

R = 59.71%
G = 30.4%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3531B (or 0xA3531B) is known color: Rich Gold. HEX triplet: A3, 53 and 1B. RGB value is (163,83,27). Sum of RGB (Red+Green+Blue) = 163+83+27=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3531B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3531B is #5CACE4. Grayscale: #646464. Windows color (decimal): -6073573 or 1790883. OLE color: 1790883.

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

Color convert

RGB 163 83 27 -
CMYK 0 0.49 0.83 0.36
HSL 24.71º 0.72% 0.37% -
HSV(B) 24.71º 0.83% 0.64% -
XYZ 18.4 14.05 2.78 -
YUV 100.54 86.5 172.55 -
System Red Green Blue C M Y K H S L
Decimal 163 83 27 0 0.49 0.83 0.36 24.71 0.72 0.37
Hex A3 53 1B 0 31 53 24 19 48 25
Octal 243 123 33 0 61 123 44 31 110 45
Binary 10100011 1010011 11011 0 110001 1010011 100100 11001 1001000 100101

Color Harmonies of #A3531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3531B

Black with #A3531B

Text Example


Text Example

White with #A3531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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