Html Css Color HEX #A15044 Crail

📋 copy color: '#A15044'

red 161 ◦ green 80 ◦ blue 68

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

Shades of Crail #A15044

Tints of Crail #A15044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.89%

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 52.1%
G = 25.89%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A15044 (or 0xA15044) is known color: Crail. HEX triplet: A1, 50 and 44. RGB value is (161,80,68). Sum of RGB (Red+Green+Blue) = 161+80+68=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A15044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15044 is #5EAFBB. Grayscale: #666666. Windows color (decimal): -6205372 or 4477089. OLE color: 4477089.

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

Color convert

RGB 161 80 68 -
CMYK 0 0.50 0.58 0.37
HSL 7.74º 0.41% 0.45% -
HSV(B) 7.74º 0.58% 0.63% -
XYZ 18.61 13.73 7.14 -
YUV 102.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 161 80 68 0 0.50 0.58 0.37 7.74 0.41 0.45
Hex A1 50 44 0 32 3A 25 8 29 2D
Octal 241 120 104 0 62 72 45 10 51 55
Binary 10100001 1010000 1000100 0 110010 111010 100101 1000 101001 101101

Color Harmonies of #A15044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15044

Black with #A15044

Text Example


Text Example

White with #A15044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15044; }

 p { color: rgb(161,80,68); }

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

background-color css

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

 a { background-color: rgb(161,80,68); }

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

border-color css

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

 span { border-color: rgb(161,80,68); }

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