Html Css Color HEX #A25233 Piper

📋 copy color: '#A25233'

red 162 ◦ green 82 ◦ blue 51

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

Shades of Piper #A25233

Tints of Piper #A25233

RGB

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

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

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

R = 54.92%
G = 27.8%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A25233 (or 0xA25233) is known color: Piper. HEX triplet: A2, 52 and 33. RGB value is (162,82,51). Sum of RGB (Red+Green+Blue) = 162+82+51=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A25233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25233 is #5DADCC. Grayscale: #666666. Windows color (decimal): -6139341 or 3363490. OLE color: 3363490.

HSL color Cylindrical-coordinate representation of color #A25233: hue angle of 16.76º degrees, saturation: 0.52, 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 #A25233 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 82 51 -
CMYK 0 0.49 0.69 0.36
HSL 16.76º 0.52% 0.42% -
HSV(B) 16.76º 0.69% 0.64% -
XYZ 18.52 13.95 4.85 -
YUV 102.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 162 82 51 0 0.49 0.69 0.36 16.76 0.52 0.42
Hex A2 52 33 0 31 45 24 11 34 2A
Octal 242 122 63 0 61 105 44 21 64 52
Binary 10100010 1010010 110011 0 110001 1000101 100100 10001 110100 101010

Color Harmonies of #A25233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25233

Black with #A25233

Text Example


Text Example

White with #A25233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25233; }

 p { color: rgb(162,82,51); }

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

background-color css

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

 a { background-color: rgb(162,82,51); }

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

border-color css

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

 span { border-color: rgb(162,82,51); }

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