Html Css Color HEX #A25734 Piper

📋 copy color: '#A25734'

red 162 ◦ green 87 ◦ blue 52

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

Shades of Piper #A25734

Tints of Piper #A25734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 53.82%
G = 28.9%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A25734 (or 0xA25734) is known color: Piper. HEX triplet: A2, 57 and 34. RGB value is (162,87,52). Sum of RGB (Red+Green+Blue) = 162+87+52=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A25734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25734 is #5DA8CB. Grayscale: #696969. Windows color (decimal): -6138060 or 3430306. OLE color: 3430306.

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

Color convert

RGB 162 87 52 -
CMYK 0 0.46 0.68 0.36
HSL 19.09º 0.51% 0.42% -
HSV(B) 19.09º 0.68% 0.64% -
XYZ 18.93 14.75 5.1 -
YUV 105.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 162 87 52 0 0.46 0.68 0.36 19.09 0.51 0.42
Hex A2 57 34 0 2E 44 24 13 33 2A
Octal 242 127 64 0 56 104 44 23 63 52
Binary 10100010 1010111 110100 0 101110 1000100 100100 10011 110011 101010

Color Harmonies of #A25734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25734

Black with #A25734

Text Example


Text Example

White with #A25734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25734; }

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

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

background-color css

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

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

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

border-color css

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

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

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