Html Css Color HEX #A8581C Rich Gold

📋 copy color: '#A8581C'

red 168 ◦ green 88 ◦ blue 28

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

Shades of Rich Gold #A8581C

Tints of Rich Gold #A8581C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.99%

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

R = 59.15%
G = 30.99%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8581C (or 0xA8581C) is known color: Rich Gold. HEX triplet: A8, 58 and 1C. RGB value is (168,88,28). Sum of RGB (Red+Green+Blue) = 168+88+28=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A8581C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8581C is #57A7E3. Grayscale: #696969. Windows color (decimal): -5744612 or 1857704. OLE color: 1857704.

HSL color Cylindrical-coordinate representation of color #A8581C: hue angle of 25.71º 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 #A8581C is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 88 28 -
CMYK 0 0.48 0.83 0.34
HSL 25.71º 0.71% 0.38% -
HSV(B) 25.71º 0.83% 0.66% -
XYZ 19.85 15.39 3.02 -
YUV 105.08 84.5 172.88 -
System Red Green Blue C M Y K H S L
Decimal 168 88 28 0 0.48 0.83 0.34 25.71 0.71 0.38
Hex A8 58 1C 0 30 53 22 1A 47 26
Octal 250 130 34 0 60 123 42 32 107 46
Binary 10101000 1011000 11100 0 110000 1010011 100010 11010 1000111 100110

Color Harmonies of #A8581C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8581C

Black with #A8581C

Text Example


Text Example

White with #A8581C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8581C; }

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

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

background-color css

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

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

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

border-color css

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

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

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