Html Css Color HEX #A05334 Piper

📋 copy color: '#A05334'

red 160 ◦ green 83 ◦ blue 52

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

Shades of Piper #A05334

Tints of Piper #A05334

RGB

 RED value IS 160 (62.89% from 255) = 54.24%

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

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

R = 54.24%
G = 28.14%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A05334 (or 0xA05334) is known color: Piper. HEX triplet: A0, 53 and 34. RGB value is (160,83,52). Sum of RGB (Red+Green+Blue) = 160+83+52=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A05334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05334 is #5FACCB. Grayscale: #666666. Windows color (decimal): -6270156 or 3429280. OLE color: 3429280.

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

Color convert

RGB 160 83 52 -
CMYK 0 0.48 0.68 0.37
HSL 17.22º 0.51% 0.42% -
HSV(B) 17.22º 0.68% 0.63% -
XYZ 18.21 13.91 4.97 -
YUV 102.49 99.51 169.02 -
System Red Green Blue C M Y K H S L
Decimal 160 83 52 0 0.48 0.68 0.37 17.22 0.51 0.42
Hex A0 53 34 0 30 44 25 11 33 2A
Octal 240 123 64 0 60 104 45 21 63 52
Binary 10100000 1010011 110100 0 110000 1000100 100101 10001 110011 101010

Color Harmonies of #A05334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05334

Black with #A05334

Text Example


Text Example

White with #A05334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05334; }

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

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

background-color css

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

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

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

border-color css

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

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

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