Html Css Color HEX #A45744 Crail

📋 copy color: '#A45744'

red 164 ◦ green 87 ◦ blue 68

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

Shades of Crail #A45744

Tints of Crail #A45744

RGB

 RED value IS 164 (64.45% from 255) = 51.41%

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

 BLUE value IS 68 (26.95% from 255) = 21.32%

R = 51.41%
G = 27.27%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A45744 (or 0xA45744) is known color: Crail. HEX triplet: A4, 57 and 44. RGB value is (164,87,68). Sum of RGB (Red+Green+Blue) = 164+87+68=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A45744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45744 is #5BA8BB. Grayscale: #6C6C6C. Windows color (decimal): -6006972 or 4478884. OLE color: 4478884.

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

Color convert

RGB 164 87 68 -
CMYK 0 0.47 0.59 0.36
HSL 11.88º 0.41% 0.45% -
HSV(B) 11.88º 0.59% 0.64% -
XYZ 19.76 15.13 7.35 -
YUV 107.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 164 87 68 0 0.47 0.59 0.36 11.88 0.41 0.45
Hex A4 57 44 0 2F 3B 24 C 29 2D
Octal 244 127 104 0 57 73 44 14 51 55
Binary 10100100 1010111 1000100 0 101111 111011 100100 1100 101001 101101

Color Harmonies of #A45744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45744

Black with #A45744

Text Example


Text Example

White with #A45744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45744; }

 p { color: rgb(164,87,68); }

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

background-color css

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

 a { background-color: rgb(164,87,68); }

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

border-color css

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

 span { border-color: rgb(164,87,68); }

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