Html Css Color HEX #A45947 Crail

📋 copy color: '#A45947'

red 164 ◦ green 89 ◦ blue 71

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

Shades of Crail #A45947

Tints of Crail #A45947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

 BLUE value IS 71 (28.13% from 255) = 21.91%

R = 50.62%
G = 27.47%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A45947 (or 0xA45947) is known color: Crail. HEX triplet: A4, 59 and 47. RGB value is (164,89,71). Sum of RGB (Red+Green+Blue) = 164+89+71=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A45947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45947 is #5BA6B8. Grayscale: #6D6D6D. Windows color (decimal): -6006457 or 4676004. OLE color: 4676004.

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

Color convert

RGB 164 89 71 -
CMYK 0 0.46 0.57 0.36
HSL 11.61º 0.4% 0.46% -
HSV(B) 11.61º 0.57% 0.64% -
XYZ 20.02 15.49 7.9 -
YUV 109.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 164 89 71 0 0.46 0.57 0.36 11.61 0.4 0.46
Hex A4 59 47 0 2E 39 24 C 28 2E
Octal 244 131 107 0 56 71 44 14 50 56
Binary 10100100 1011001 1000111 0 101110 111001 100100 1100 101000 101110

Color Harmonies of #A45947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45947

Black with #A45947

Text Example


Text Example

White with #A45947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45947; }

 p { color: rgb(164,89,71); }

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

background-color css

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

 a { background-color: rgb(164,89,71); }

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

border-color css

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

 span { border-color: rgb(164,89,71); }

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