Html Css Color HEX #A45848 Crail

📋 copy color: '#A45848'

red 164 ◦ green 88 ◦ blue 72

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

Shades of Crail #A45848

Tints of Crail #A45848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

 BLUE value IS 72 (28.52% from 255) = 22.22%

R = 50.62%
G = 27.16%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A45848 (or 0xA45848) is known color: Crail. HEX triplet: A4, 58 and 48. RGB value is (164,88,72). Sum of RGB (Red+Green+Blue) = 164+88+72=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A45848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45848 is #5BA7B7. Grayscale: #6D6D6D. Windows color (decimal): -6006712 or 4741284. OLE color: 4741284.

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

Color convert

RGB 164 88 72 -
CMYK 0 0.46 0.56 0.36
HSL 10.43º 0.39% 0.46% -
HSV(B) 10.43º 0.56% 0.64% -
XYZ 19.97 15.34 8.04 -
YUV 108.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 164 88 72 0 0.46 0.56 0.36 10.43 0.39 0.46
Hex A4 58 48 0 2E 38 24 A 27 2E
Octal 244 130 110 0 56 70 44 12 47 56
Binary 10100100 1011000 1001000 0 101110 111000 100100 1010 100111 101110

Color Harmonies of #A45848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45848

Black with #A45848

Text Example


Text Example

White with #A45848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45848; }

 p { color: rgb(164,88,72); }

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

background-color css

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

 a { background-color: rgb(164,88,72); }

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

border-color css

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

 span { border-color: rgb(164,88,72); }

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