Html Css Color HEX #A25732 Piper

📋 copy color: '#A25732'

red 162 ◦ green 87 ◦ blue 50

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

Shades of Piper #A25732

Tints of Piper #A25732

RGB

 RED value IS 162 (63.67% from 255) = 54.18%

 GREEN value IS 87 (34.38% from 255) = 29.1%

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

R = 54.18%
G = 29.1%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A25732 (or 0xA25732) is known color: Piper. HEX triplet: A2, 57 and 32. RGB value is (162,87,50). Sum of RGB (Red+Green+Blue) = 162+87+50=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A25732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25732 is #5DA8CD. Grayscale: #696969. Windows color (decimal): -6138062 or 3299234. OLE color: 3299234.

HSL color Cylindrical-coordinate representation of color #A25732: hue angle of 19.82º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A25732 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 87 50 -
CMYK 0 0.46 0.69 0.36
HSL 19.82º 0.53% 0.42% -
HSV(B) 19.82º 0.69% 0.64% -
XYZ 18.88 14.73 4.87 -
YUV 105.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 162 87 50 0 0.46 0.69 0.36 19.82 0.53 0.42
Hex A2 57 32 0 2E 45 24 14 35 2A
Octal 242 127 62 0 56 105 44 24 65 52
Binary 10100010 1010111 110010 0 101110 1000101 100100 10100 110101 101010

Color Harmonies of #A25732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25732

Black with #A25732

Text Example


Text Example

White with #A25732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25732; }

 p { color: rgb(162,87,50); }

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

background-color css

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

 a { background-color: rgb(162,87,50); }

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

border-color css

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

 span { border-color: rgb(162,87,50); }

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