Html Css Color HEX #A45649 Crail

📋 copy color: '#A45649'

red 164 ◦ green 86 ◦ blue 73

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

Shades of Crail #A45649

Tints of Crail #A45649

RGB

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

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

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

R = 50.77%
G = 26.63%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A45649 (or 0xA45649) is known color: Crail. HEX triplet: A4, 56 and 49. RGB value is (164,86,73). Sum of RGB (Red+Green+Blue) = 164+86+73=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A45649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45649 is #5BA9B6. Grayscale: #6B6B6B. Windows color (decimal): -6007223 or 4806308. OLE color: 4806308.

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

Color convert

RGB 164 86 73 -
CMYK 0 0.48 0.55 0.36
HSL 8.57º 0.38% 0.46% -
HSV(B) 8.57º 0.55% 0.64% -
XYZ 19.84 15.03 8.16 -
YUV 107.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 164 86 73 0 0.48 0.55 0.36 8.57 0.38 0.46
Hex A4 56 49 0 30 37 24 9 26 2E
Octal 244 126 111 0 60 67 44 11 46 56
Binary 10100100 1010110 1001001 0 110000 110111 100100 1001 100110 101110

Color Harmonies of #A45649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45649

Black with #A45649

Text Example


Text Example

White with #A45649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45649; }

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

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

background-color css

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

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

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

border-color css

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

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

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