Html Css Color HEX #A25432 Piper

📋 copy color: '#A25432'

red 162 ◦ green 84 ◦ blue 50

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

Shades of Piper #A25432

Tints of Piper #A25432

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.38%

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

R = 54.73%
G = 28.38%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A25432 (or 0xA25432) is known color: Piper. HEX triplet: A2, 54 and 32. RGB value is (162,84,50). Sum of RGB (Red+Green+Blue) = 162+84+50=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A25432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25432 is #5DABCD. Grayscale: #676767. Windows color (decimal): -6138830 or 3298466. OLE color: 3298466.

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

Color convert

RGB 162 84 50 -
CMYK 0 0.48 0.69 0.36
HSL 18.21º 0.53% 0.42% -
HSV(B) 18.21º 0.69% 0.64% -
XYZ 18.65 14.25 4.79 -
YUV 103.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 162 84 50 0 0.48 0.69 0.36 18.21 0.53 0.42
Hex A2 54 32 0 30 45 24 12 35 2A
Octal 242 124 62 0 60 105 44 22 65 52
Binary 10100010 1010100 110010 0 110000 1000101 100100 10010 110101 101010

Color Harmonies of #A25432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25432

Black with #A25432

Text Example


Text Example

White with #A25432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25432; }

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

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

background-color css

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

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

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

border-color css

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

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

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