Html Css Color HEX #A8561E Rich Gold

📋 copy color: '#A8561E'

red 168 ◦ green 86 ◦ blue 30

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

Shades of Rich Gold #A8561E

Tints of Rich Gold #A8561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 59.15%
G = 30.28%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8561E (or 0xA8561E) is known color: Rich Gold. HEX triplet: A8, 56 and 1E. RGB value is (168,86,30). Sum of RGB (Red+Green+Blue) = 168+86+30=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A8561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8561E is #57A9E1. Grayscale: #686868. Windows color (decimal): -5745122 or 1988264. OLE color: 1988264.

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

Color convert

RGB 168 86 30 -
CMYK 0 0.49 0.82 0.34
HSL 24.35º 0.7% 0.39% -
HSV(B) 24.35º 0.82% 0.66% -
XYZ 19.71 15.07 3.1 -
YUV 104.13 86.17 173.55 -
System Red Green Blue C M Y K H S L
Decimal 168 86 30 0 0.49 0.82 0.34 24.35 0.7 0.39
Hex A8 56 1E 0 31 52 22 18 46 27
Octal 250 126 36 0 61 122 42 30 106 47
Binary 10101000 1010110 11110 0 110001 1010010 100010 11000 1000110 100111

Color Harmonies of #A8561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8561E

Black with #A8561E

Text Example


Text Example

White with #A8561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8561E; }

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

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

background-color css

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

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

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

border-color css

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

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

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