Html Css Color HEX #A3551A Rich Gold

📋 copy color: '#A3551A'

red 163 ◦ green 85 ◦ blue 26

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

Shades of Rich Gold #A3551A

Tints of Rich Gold #A3551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

 BLUE value IS 26 (10.55% from 255) = 9.49%

R = 59.49%
G = 31.02%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3551A (or 0xA3551A) is known color: Rich Gold. HEX triplet: A3, 55 and 1A. RGB value is (163,85,26). Sum of RGB (Red+Green+Blue) = 163+85+26=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3551A is #5CAAE5. Grayscale: #656565. Windows color (decimal): -6073062 or 1725859. OLE color: 1725859.

HSL color Cylindrical-coordinate representation of color #A3551A: hue angle of 25.84º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3551A is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 85 26 -
CMYK 0 0.48 0.84 0.36
HSL 25.84º 0.72% 0.37% -
HSV(B) 25.84º 0.84% 0.64% -
XYZ 18.54 14.36 2.77 -
YUV 101.6 85.34 171.8 -
System Red Green Blue C M Y K H S L
Decimal 163 85 26 0 0.48 0.84 0.36 25.84 0.72 0.37
Hex A3 55 1A 0 30 54 24 1A 48 25
Octal 243 125 32 0 60 124 44 32 110 45
Binary 10100011 1010101 11010 0 110000 1010100 100100 11010 1001000 100101

Color Harmonies of #A3551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3551A

Black with #A3551A

Text Example


Text Example

White with #A3551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3551A; }

 p { color: rgb(163,85,26); }

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

background-color css

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

 a { background-color: rgb(163,85,26); }

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

border-color css

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

 span { border-color: rgb(163,85,26); }

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