Html Css Color HEX #A45749 Crail

📋 copy color: '#A45749'

red 164 ◦ green 87 ◦ blue 73

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

Shades of Crail #A45749

Tints of Crail #A45749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 50.62%
G = 26.85%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A45749 (or 0xA45749) is known color: Crail. HEX triplet: A4, 57 and 49. RGB value is (164,87,73). Sum of RGB (Red+Green+Blue) = 164+87+73=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A45749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45749 is #5BA8B6. Grayscale: #6C6C6C. Windows color (decimal): -6006967 or 4806564. OLE color: 4806564.

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

Color convert

RGB 164 87 73 -
CMYK 0 0.47 0.55 0.36
HSL 9.23º 0.38% 0.46% -
HSV(B) 9.23º 0.55% 0.64% -
XYZ 19.92 15.19 8.19 -
YUV 108.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 164 87 73 0 0.47 0.55 0.36 9.23 0.38 0.46
Hex A4 57 49 0 2F 37 24 9 26 2E
Octal 244 127 111 0 57 67 44 11 46 56
Binary 10100100 1010111 1001001 0 101111 110111 100100 1001 100110 101110

Color Harmonies of #A45749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45749

Black with #A45749

Text Example


Text Example

White with #A45749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45749; }

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

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

background-color css

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

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

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

border-color css

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

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

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