Html Css Color HEX #A05237 Piper

📋 copy color: '#A05237'

red 160 ◦ green 82 ◦ blue 55

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

Shades of Piper #A05237

Tints of Piper #A05237

RGB

 RED value IS 160 (62.89% from 255) = 53.87%

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

 BLUE value IS 55 (21.88% from 255) = 18.52%

R = 53.87%
G = 27.61%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A05237 (or 0xA05237) is known color: Piper. HEX triplet: A0, 52 and 37. RGB value is (160,82,55). Sum of RGB (Red+Green+Blue) = 160+82+55=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A05237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05237 is #5FADC8. Grayscale: #666666. Windows color (decimal): -6270409 or 3625632. OLE color: 3625632.

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

Color convert

RGB 160 82 55 -
CMYK 0 0.49 0.66 0.37
HSL 15.43º 0.49% 0.42% -
HSV(B) 15.43º 0.66% 0.63% -
XYZ 18.2 13.78 5.32 -
YUV 102.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 160 82 55 0 0.49 0.66 0.37 15.43 0.49 0.42
Hex A0 52 37 0 31 42 25 F 31 2A
Octal 240 122 67 0 61 102 45 17 61 52
Binary 10100000 1010010 110111 0 110001 1000010 100101 1111 110001 101010

Color Harmonies of #A05237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05237

Black with #A05237

Text Example


Text Example

White with #A05237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05237; }

 p { color: rgb(160,82,55); }

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

background-color css

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

 a { background-color: rgb(160,82,55); }

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

border-color css

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

 span { border-color: rgb(160,82,55); }

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