Html Css Color HEX #A15242 Crail

📋 copy color: '#A15242'

red 161 ◦ green 82 ◦ blue 66

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

Shades of Crail #A15242

Tints of Crail #A15242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 52.1%
G = 26.54%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A15242 (or 0xA15242) is known color: Crail. HEX triplet: A1, 52 and 42. RGB value is (161,82,66). Sum of RGB (Red+Green+Blue) = 161+82+66=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A15242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15242 is #5EADBD. Grayscale: #676767. Windows color (decimal): -6204862 or 4346529. OLE color: 4346529.

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

Color convert

RGB 161 82 66 -
CMYK 0 0.49 0.59 0.37
HSL 10.11º 0.42% 0.45% -
HSV(B) 10.11º 0.59% 0.63% -
XYZ 18.7 14.01 6.87 -
YUV 103.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 161 82 66 0 0.49 0.59 0.37 10.11 0.42 0.45
Hex A1 52 42 0 31 3B 25 A 2A 2D
Octal 241 122 102 0 61 73 45 12 52 55
Binary 10100001 1010010 1000010 0 110001 111011 100101 1010 101010 101101

Color Harmonies of #A15242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15242

Black with #A15242

Text Example


Text Example

White with #A15242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15242; }

 p { color: rgb(161,82,66); }

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

background-color css

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

 a { background-color: rgb(161,82,66); }

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

border-color css

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

 span { border-color: rgb(161,82,66); }

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