Html Css Color HEX #A15042 Crail

📋 copy color: '#A15042'

red 161 ◦ green 80 ◦ blue 66

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

Shades of Crail #A15042

Tints of Crail #A15042

RGB

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

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

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

R = 52.44%
G = 26.06%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A15042 (or 0xA15042) is known color: Crail. HEX triplet: A1, 50 and 42. RGB value is (161,80,66). Sum of RGB (Red+Green+Blue) = 161+80+66=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A15042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15042 is #5EAFBD. Grayscale: #666666. Windows color (decimal): -6205374 or 4346017. OLE color: 4346017.

HSL color Cylindrical-coordinate representation of color #A15042: hue angle of 8.84º 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 #A15042 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 66 -
CMYK 0 0.50 0.59 0.37
HSL 8.84º 0.42% 0.45% -
HSV(B) 8.84º 0.59% 0.63% -
XYZ 18.55 13.71 6.82 -
YUV 102.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 161 80 66 0 0.50 0.59 0.37 8.84 0.42 0.45
Hex A1 50 42 0 32 3B 25 9 2A 2D
Octal 241 120 102 0 62 73 45 11 52 55
Binary 10100001 1010000 1000010 0 110010 111011 100101 1001 101010 101101

Color Harmonies of #A15042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15042

Black with #A15042

Text Example


Text Example

White with #A15042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15042; }

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

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

background-color css

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

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

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

border-color css

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

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

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