Html Css Color HEX #A8553F Crail

📋 copy color: '#A8553F'

red 168 ◦ green 85 ◦ blue 63

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

Shades of Crail #A8553F

Tints of Crail #A8553F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.94%

R = 53.16%
G = 26.9%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8553F (or 0xA8553F) is known color: Crail. HEX triplet: A8, 55 and 3F. RGB value is (168,85,63). Sum of RGB (Red+Green+Blue) = 168+85+63=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8553F is #57AAC0. Grayscale: #6B6B6B. Windows color (decimal): -5745345 or 4150696. OLE color: 4150696.

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

Color convert

RGB 168 85 63 -
CMYK 0 0.49 0.63 0.34
HSL 12.57º 0.45% 0.45% -
HSV(B) 12.57º 0.63% 0.66% -
XYZ 20.29 15.18 6.56 -
YUV 107.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 168 85 63 0 0.49 0.63 0.34 12.57 0.45 0.45
Hex A8 55 3F 0 31 3F 22 D 2D 2D
Octal 250 125 77 0 61 77 42 15 55 55
Binary 10101000 1010101 111111 0 110001 111111 100010 1101 101101 101101

Color Harmonies of #A8553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8553F

Black with #A8553F

Text Example


Text Example

White with #A8553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8553F; }

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

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

background-color css

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

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

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

border-color css

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

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

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