Html Css Color HEX #A3561C Rich Gold

📋 copy color: '#A3561C'

red 163 ◦ green 86 ◦ blue 28

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

Shades of Rich Gold #A3561C

Tints of Rich Gold #A3561C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.11%

R = 58.84%
G = 31.05%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3561C (or 0xA3561C) is known color: Rich Gold. HEX triplet: A3, 56 and 1C. RGB value is (163,86,28). Sum of RGB (Red+Green+Blue) = 163+86+28=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A3561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3561C is #5CA9E3. Grayscale: #666666. Windows color (decimal): -6072804 or 1857187. OLE color: 1857187.

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

Color convert

RGB 163 86 28 -
CMYK 0 0.47 0.83 0.36
HSL 25.78º 0.71% 0.37% -
HSV(B) 25.78º 0.83% 0.64% -
XYZ 18.64 14.53 2.92 -
YUV 102.41 86.01 171.22 -
System Red Green Blue C M Y K H S L
Decimal 163 86 28 0 0.47 0.83 0.36 25.78 0.71 0.37
Hex A3 56 1C 0 2F 53 24 1A 47 25
Octal 243 126 34 0 57 123 44 32 107 45
Binary 10100011 1010110 11100 0 101111 1010011 100100 11010 1000111 100101

Color Harmonies of #A3561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3561C

Black with #A3561C

Text Example


Text Example

White with #A3561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3561C; }

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

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

background-color css

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

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

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

border-color css

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

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

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