Html Css Color HEX #A05435 Piper

📋 copy color: '#A05435'

red 160 ◦ green 84 ◦ blue 53

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

Shades of Piper #A05435

Tints of Piper #A05435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.85%

R = 53.87%
G = 28.28%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A05435 (or 0xA05435) is known color: Piper. HEX triplet: A0, 54 and 35. RGB value is (160,84,53). Sum of RGB (Red+Green+Blue) = 160+84+53=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A05435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05435 is #5FABCA. Grayscale: #676767. Windows color (decimal): -6269899 or 3495072. OLE color: 3495072.

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

Color convert

RGB 160 84 53 -
CMYK 0 0.48 0.67 0.37
HSL 17.38º 0.5% 0.42% -
HSV(B) 17.38º 0.67% 0.63% -
XYZ 18.31 14.07 5.12 -
YUV 103.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 160 84 53 0 0.48 0.67 0.37 17.38 0.5 0.42
Hex A0 54 35 0 30 43 25 11 32 2A
Octal 240 124 65 0 60 103 45 21 62 52
Binary 10100000 1010100 110101 0 110000 1000011 100101 10001 110010 101010

Color Harmonies of #A05435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05435

Black with #A05435

Text Example


Text Example

White with #A05435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05435; }

 p { color: rgb(160,84,53); }

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

background-color css

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

 a { background-color: rgb(160,84,53); }

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

border-color css

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

 span { border-color: rgb(160,84,53); }

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