Html Css Color HEX #A05533 Piper

📋 copy color: '#A05533'

red 160 ◦ green 85 ◦ blue 51

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

Shades of Piper #A05533

Tints of Piper #A05533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.72%

 BLUE value IS 51 (20.31% from 255) = 17.23%

R = 54.05%
G = 28.72%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A05533 (or 0xA05533) is known color: Piper. HEX triplet: A0, 55 and 33. RGB value is (160,85,51). Sum of RGB (Red+Green+Blue) = 160+85+51=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A05533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05533 is #5FAACC. Grayscale: #676767. Windows color (decimal): -6269645 or 3364256. OLE color: 3364256.

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

Color convert

RGB 160 85 51 -
CMYK 0 0.47 0.68 0.37
HSL 18.72º 0.52% 0.41% -
HSV(B) 18.72º 0.68% 0.63% -
XYZ 18.34 14.21 4.91 -
YUV 103.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 160 85 51 0 0.47 0.68 0.37 18.72 0.52 0.41
Hex A0 55 33 0 2F 44 25 13 34 29
Octal 240 125 63 0 57 104 45 23 64 51
Binary 10100000 1010101 110011 0 101111 1000100 100101 10011 110100 101001

Color Harmonies of #A05533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05533

Black with #A05533

Text Example


Text Example

White with #A05533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05533; }

 p { color: rgb(160,85,51); }

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

background-color css

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

 a { background-color: rgb(160,85,51); }

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

border-color css

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

 span { border-color: rgb(160,85,51); }

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