Html Css Color HEX #A8561C Rich Gold

📋 copy color: '#A8561C'

red 168 ◦ green 86 ◦ blue 28

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

Shades of Rich Gold #A8561C

Tints of Rich Gold #A8561C

RGB

 RED value IS 168 (66.02% from 255) = 59.57%

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

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

R = 59.57%
G = 30.5%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8561C (or 0xA8561C) is known color: Rich Gold. HEX triplet: A8, 56 and 1C. RGB value is (168,86,28). Sum of RGB (Red+Green+Blue) = 168+86+28=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8561C is #57A9E3. Grayscale: #686868. Windows color (decimal): -5745124 or 1857192. OLE color: 1857192.

HSL color Cylindrical-coordinate representation of color #A8561C: hue angle of 24.86º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8561C is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 86 28 -
CMYK 0 0.49 0.83 0.34
HSL 24.86º 0.71% 0.38% -
HSV(B) 24.86º 0.83% 0.66% -
XYZ 19.69 15.06 2.97 -
YUV 103.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 168 86 28 0 0.49 0.83 0.34 24.86 0.71 0.38
Hex A8 56 1C 0 31 53 22 19 47 26
Octal 250 126 34 0 61 123 42 31 107 46
Binary 10101000 1010110 11100 0 110001 1010011 100010 11001 1000111 100110

Color Harmonies of #A8561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8561C

Black with #A8561C

Text Example


Text Example

White with #A8561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8561C; }

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

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

background-color css

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

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

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

border-color css

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

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

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