Html Css Color HEX #A15534 Piper

📋 copy color: '#A15534'

red 161 ◦ green 85 ◦ blue 52

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

Shades of Piper #A15534

Tints of Piper #A15534

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.52%

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 54.03%
G = 28.52%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A15534 (or 0xA15534) is known color: Piper. HEX triplet: A1, 55 and 34. RGB value is (161,85,52). Sum of RGB (Red+Green+Blue) = 161+85+52=298 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.03% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 161 - color contains mainly: red. Hex color #A15534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15534 is #5EAACB. Grayscale: #686868. Windows color (decimal): -6204108 or 3429793. OLE color: 3429793.

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

Color convert

RGB 161 85 52 -
CMYK 0 0.47 0.68 0.37
HSL 18.17º 0.51% 0.42% -
HSV(B) 18.17º 0.68% 0.63% -
XYZ 18.57 14.32 5.03 -
YUV 103.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 161 85 52 0 0.47 0.68 0.37 18.17 0.51 0.42
Hex A1 55 34 0 2F 44 25 12 33 2A
Octal 241 125 64 0 57 104 45 22 63 52
Binary 10100001 1010101 110100 0 101111 1000100 100101 10010 110011 101010

Color Harmonies of #A15534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15534

Black with #A15534

Text Example


Text Example

White with #A15534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15534; }

 p { color: rgb(161,85,52); }

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

background-color css

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

 a { background-color: rgb(161,85,52); }

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

border-color css

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

 span { border-color: rgb(161,85,52); }

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