Html Css Color HEX #A25334 Piper

📋 copy color: '#A25334'

red 162 ◦ green 83 ◦ blue 52

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

Shades of Piper #A25334

Tints of Piper #A25334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

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

R = 54.55%
G = 27.95%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A25334 (or 0xA25334) is known color: Piper. HEX triplet: A2, 53 and 34. RGB value is (162,83,52). Sum of RGB (Red+Green+Blue) = 162+83+52=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A25334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25334 is #5DACCB. Grayscale: #676767. Windows color (decimal): -6139084 or 3429282. OLE color: 3429282.

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

Color convert

RGB 162 83 52 -
CMYK 0 0.49 0.68 0.36
HSL 16.91º 0.51% 0.42% -
HSV(B) 16.91º 0.68% 0.64% -
XYZ 18.61 14.12 4.99 -
YUV 103.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 162 83 52 0 0.49 0.68 0.36 16.91 0.51 0.42
Hex A2 53 34 0 31 44 24 11 33 2A
Octal 242 123 64 0 61 104 44 21 63 52
Binary 10100010 1010011 110100 0 110001 1000100 100100 10001 110011 101010

Color Harmonies of #A25334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25334

Black with #A25334

Text Example


Text Example

White with #A25334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25334; }

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

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

background-color css

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

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

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

border-color css

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

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

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