Html Css Color HEX #A15848 Crail

📋 copy color: '#A15848'

red 161 ◦ green 88 ◦ blue 72

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

Shades of Crail #A15848

Tints of Crail #A15848

RGB

 RED value IS 161 (63.28% from 255) = 50.16%

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

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

R = 50.16%
G = 27.41%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A15848 (or 0xA15848) is known color: Crail. HEX triplet: A1, 58 and 48. RGB value is (161,88,72). Sum of RGB (Red+Green+Blue) = 161+88+72=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A15848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15848 is #5EA7B7. Grayscale: #6C6C6C. Windows color (decimal): -6203320 or 4741281. OLE color: 4741281.

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

Color convert

RGB 161 88 72 -
CMYK 0 0.45 0.55 0.37
HSL 10.79º 0.38% 0.46% -
HSV(B) 10.79º 0.55% 0.63% -
XYZ 19.36 15.02 8.01 -
YUV 108 107.68 165.8 -
System Red Green Blue C M Y K H S L
Decimal 161 88 72 0 0.45 0.55 0.37 10.79 0.38 0.46
Hex A1 58 48 0 2D 37 25 B 26 2E
Octal 241 130 110 0 55 67 45 13 46 56
Binary 10100001 1011000 1001000 0 101101 110111 100101 1011 100110 101110

Color Harmonies of #A15848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15848

Black with #A15848

Text Example


Text Example

White with #A15848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15848; }

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

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

background-color css

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

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

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

border-color css

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

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

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