Html Css Color HEX #A05232 Piper

📋 copy color: '#A05232'

red 160 ◦ green 82 ◦ blue 50

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

Shades of Piper #A05232

Tints of Piper #A05232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 54.79%
G = 28.08%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A05232 (or 0xA05232) is known color: Piper. HEX triplet: A0, 52 and 32. RGB value is (160,82,50). Sum of RGB (Red+Green+Blue) = 160+82+50=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A05232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05232 is #5FADCD. Grayscale: #656565. Windows color (decimal): -6270414 or 3297952. OLE color: 3297952.

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

Color convert

RGB 160 82 50 -
CMYK 0 0.49 0.69 0.37
HSL 17.45º 0.52% 0.41% -
HSV(B) 17.45º 0.69% 0.63% -
XYZ 18.09 13.74 4.72 -
YUV 101.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 160 82 50 0 0.49 0.69 0.37 17.45 0.52 0.41
Hex A0 52 32 0 31 45 25 11 34 29
Octal 240 122 62 0 61 105 45 21 64 51
Binary 10100000 1010010 110010 0 110001 1000101 100101 10001 110100 101001

Color Harmonies of #A05232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05232

Black with #A05232

Text Example


Text Example

White with #A05232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05232; }

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

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

background-color css

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

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

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

border-color css

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

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

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