Html Css Color HEX #A8551C Rich Gold

📋 copy color: '#A8551C'

red 168 ◦ green 85 ◦ blue 28

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

Shades of Rich Gold #A8551C

Tints of Rich Gold #A8551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 59.79%
G = 30.25%
B = 9.96%

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

#A8551C (or 0xA8551C) is known color: Rich Gold. HEX triplet: A8, 55 and 1C. RGB value is (168,85,28). Sum of RGB (Red+Green+Blue) = 168+85+28=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8551C is #57AAE3. Grayscale: #676767. Windows color (decimal): -5745380 or 1856936. OLE color: 1856936.

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

Color convert

RGB 168 85 28 -
CMYK 0 0.49 0.83 0.34
HSL 24.43º 0.71% 0.38% -
HSV(B) 24.43º 0.83% 0.66% -
XYZ 19.61 14.91 2.94 -
YUV 103.32 85.5 174.13 -
System Red Green Blue C M Y K H S L
Decimal 168 85 28 0 0.49 0.83 0.34 24.43 0.71 0.38
Hex A8 55 1C 0 31 53 22 18 47 26
Octal 250 125 34 0 61 123 42 30 107 46
Binary 10101000 1010101 11100 0 110001 1010011 100010 11000 1000111 100110

Color Harmonies of #A8551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8551C

Black with #A8551C

Text Example


Text Example

White with #A8551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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