Html Css Color HEX #A3564D Crail

📋 copy color: '#A3564D'

red 163 ◦ green 86 ◦ blue 77

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

Shades of Crail #A3564D

Tints of Crail #A3564D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.62%

R = 50%
G = 26.38%
B = 23.62%

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

#A3564D (or 0xA3564D) is known color: Crail. HEX triplet: A3, 56 and 4D. RGB value is (163,86,77). Sum of RGB (Red+Green+Blue) = 163+86+77=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3564D is #5CA9B2. Grayscale: #6C6C6C. Windows color (decimal): -6072755 or 5068451. OLE color: 5068451.

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

Color convert

RGB 163 86 77 -
CMYK 0 0.47 0.53 0.36
HSL 6.28º 0.36% 0.47% -
HSV(B) 6.28º 0.53% 0.64% -
XYZ 19.77 14.98 8.87 -
YUV 108 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 163 86 77 0 0.47 0.53 0.36 6.28 0.36 0.47
Hex A3 56 4D 0 2F 35 24 6 24 2F
Octal 243 126 115 0 57 65 44 6 44 57
Binary 10100011 1010110 1001101 0 101111 110101 100100 110 100100 101111

Color Harmonies of #A3564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3564D

Black with #A3564D

Text Example


Text Example

White with #A3564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3564D; }

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

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

background-color css

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

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

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

border-color css

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

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

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