Html Css Color HEX #A3561A Rich Gold

📋 copy color: '#A3561A'

red 163 ◦ green 86 ◦ blue 26

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

Shades of Rich Gold #A3561A

Tints of Rich Gold #A3561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.27%

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

R = 59.27%
G = 31.27%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3561A (or 0xA3561A) is known color: Rich Gold. HEX triplet: A3, 56 and 1A. RGB value is (163,86,26). Sum of RGB (Red+Green+Blue) = 163+86+26=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3561A is #5CA9E5. Grayscale: #666666. Windows color (decimal): -6072806 or 1726115. OLE color: 1726115.

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

Color convert

RGB 163 86 26 -
CMYK 0 0.47 0.84 0.36
HSL 26.28º 0.72% 0.37% -
HSV(B) 26.28º 0.84% 0.64% -
XYZ 18.62 14.52 2.8 -
YUV 102.18 85.01 171.38 -
System Red Green Blue C M Y K H S L
Decimal 163 86 26 0 0.47 0.84 0.36 26.28 0.72 0.37
Hex A3 56 1A 0 2F 54 24 1A 48 25
Octal 243 126 32 0 57 124 44 32 110 45
Binary 10100011 1010110 11010 0 101111 1010100 100100 11010 1001000 100101

Color Harmonies of #A3561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3561A

Black with #A3561A

Text Example


Text Example

White with #A3561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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