Html Css Color HEX #A8574C Crail

📋 copy color: '#A8574C'

red 168 ◦ green 87 ◦ blue 76

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

Shades of Crail #A8574C

Tints of Crail #A8574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.28%

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 50.76%
G = 26.28%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8574C (or 0xA8574C) is known color: Crail. HEX triplet: A8, 57 and 4C. RGB value is (168,87,76). Sum of RGB (Red+Green+Blue) = 168+87+76=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8574C is #57A8B3. Grayscale: #6E6E6E. Windows color (decimal): -5744820 or 5003176. OLE color: 5003176.

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

Color convert

RGB 168 87 76 -
CMYK 0 0.48 0.55 0.34
HSL 7.17º 0.38% 0.48% -
HSV(B) 7.17º 0.55% 0.66% -
XYZ 20.86 15.66 8.76 -
YUV 109.97 108.84 169.39 -
System Red Green Blue C M Y K H S L
Decimal 168 87 76 0 0.48 0.55 0.34 7.17 0.38 0.48
Hex A8 57 4C 0 30 37 22 7 26 30
Octal 250 127 114 0 60 67 42 7 46 60
Binary 10101000 1010111 1001100 0 110000 110111 100010 111 100110 110000

Color Harmonies of #A8574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8574C

Black with #A8574C

Text Example


Text Example

White with #A8574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8574C; }

 p { color: rgb(168,87,76); }

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

background-color css

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

 a { background-color: rgb(168,87,76); }

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

border-color css

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

 span { border-color: rgb(168,87,76); }

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