Html Css Color HEX #A3554C Crail

📋 copy color: '#A3554C'

red 163 ◦ green 85 ◦ blue 76

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

Shades of Crail #A3554C

Tints of Crail #A3554C

RGB

 RED value IS 163 (64.06% from 255) = 50.31%

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

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

R = 50.31%
G = 26.23%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3554C (or 0xA3554C) is known color: Crail. HEX triplet: A3, 55 and 4C. RGB value is (163,85,76). Sum of RGB (Red+Green+Blue) = 163+85+76=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3554C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3554C is #5CAAB3. Grayscale: #6B6B6B. Windows color (decimal): -6073012 or 5002659. OLE color: 5002659.

HSL color Cylindrical-coordinate representation of color #A3554C: hue angle of 6.21º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3554C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 85 76 -
CMYK 0 0.48 0.53 0.36
HSL 6.21º 0.36% 0.47% -
HSV(B) 6.21º 0.53% 0.64% -
XYZ 19.66 14.81 8.66 -
YUV 107.3 110.34 167.73 -
System Red Green Blue C M Y K H S L
Decimal 163 85 76 0 0.48 0.53 0.36 6.21 0.36 0.47
Hex A3 55 4C 0 30 35 24 6 24 2F
Octal 243 125 114 0 60 65 44 6 44 57
Binary 10100011 1010101 1001100 0 110000 110101 100100 110 100100 101111

Color Harmonies of #A3554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3554C

Black with #A3554C

Text Example


Text Example

White with #A3554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3554C; }

 p { color: rgb(163,85,76); }

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

background-color css

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

 a { background-color: rgb(163,85,76); }

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

border-color css

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

 span { border-color: rgb(163,85,76); }

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