Html Css Color HEX #A15033 Piper

📋 copy color: '#A15033'

red 161 ◦ green 80 ◦ blue 51

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

Shades of Piper #A15033

Tints of Piper #A15033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.47%

R = 55.14%
G = 27.4%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A15033 (or 0xA15033) is known color: Piper. HEX triplet: A1, 50 and 33. RGB value is (161,80,51). Sum of RGB (Red+Green+Blue) = 161+80+51=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A15033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15033 is #5EAFCC. Grayscale: #656565. Windows color (decimal): -6205389 or 3362977. OLE color: 3362977.

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

Color convert

RGB 161 80 51 -
CMYK 0 0.50 0.68 0.37
HSL 15.82º 0.52% 0.42% -
HSV(B) 15.82º 0.68% 0.63% -
XYZ 18.16 13.55 4.79 -
YUV 100.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 161 80 51 0 0.50 0.68 0.37 15.82 0.52 0.42
Hex A1 50 33 0 32 44 25 10 34 2A
Octal 241 120 63 0 62 104 45 20 64 52
Binary 10100001 1010000 110011 0 110010 1000100 100101 10000 110100 101010

Color Harmonies of #A15033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15033

Black with #A15033

Text Example


Text Example

White with #A15033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15033; }

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

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

background-color css

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

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

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

border-color css

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

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

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