Html Css Color HEX #A3564C Crail

📋 copy color: '#A3564C'

red 163 ◦ green 86 ◦ blue 76

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

Shades of Crail #A3564C

Tints of Crail #A3564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.46%

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

R = 50.15%
G = 26.46%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3564C (or 0xA3564C) is known color: Crail. HEX triplet: A3, 56 and 4C. RGB value is (163,86,76). Sum of RGB (Red+Green+Blue) = 163+86+76=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3564C is #5CA9B3. Grayscale: #6B6B6B. Windows color (decimal): -6072756 or 5002915. OLE color: 5002915.

HSL color Cylindrical-coordinate representation of color #A3564C: hue angle of 6.9º 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 #A3564C is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 86 76 -
CMYK 0 0.47 0.53 0.36
HSL 6.9º 0.36% 0.47% -
HSV(B) 6.9º 0.53% 0.64% -
XYZ 19.74 14.96 8.69 -
YUV 107.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 163 86 76 0 0.47 0.53 0.36 6.9 0.36 0.47
Hex A3 56 4C 0 2F 35 24 7 24 2F
Octal 243 126 114 0 57 65 44 7 44 57
Binary 10100011 1010110 1001100 0 101111 110101 100100 111 100100 101111

Color Harmonies of #A3564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3564C

Black with #A3564C

Text Example


Text Example

White with #A3564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3564C; }

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

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

background-color css

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

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

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

border-color css

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

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

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