Html Css Color HEX #A45647 Crail

📋 copy color: '#A45647'

red 164 ◦ green 86 ◦ blue 71

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

Shades of Crail #A45647

Tints of Crail #A45647

RGB

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

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

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

R = 51.09%
G = 26.79%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A45647 (or 0xA45647) is known color: Crail. HEX triplet: A4, 56 and 47. RGB value is (164,86,71). Sum of RGB (Red+Green+Blue) = 164+86+71=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A45647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45647 is #5BA9B8. Grayscale: #6B6B6B. Windows color (decimal): -6007225 or 4675236. OLE color: 4675236.

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

Color convert

RGB 164 86 71 -
CMYK 0 0.48 0.57 0.36
HSL 9.68º 0.4% 0.46% -
HSV(B) 9.68º 0.57% 0.64% -
XYZ 19.77 15 7.81 -
YUV 107.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 164 86 71 0 0.48 0.57 0.36 9.68 0.4 0.46
Hex A4 56 47 0 30 39 24 A 28 2E
Octal 244 126 107 0 60 71 44 12 50 56
Binary 10100100 1010110 1000111 0 110000 111001 100100 1010 101000 101110

Color Harmonies of #A45647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45647

Black with #A45647

Text Example


Text Example

White with #A45647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45647; }

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

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

background-color css

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

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

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

border-color css

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

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

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