Html Css Color HEX #A05433 Piper

📋 copy color: '#A05433'

red 160 ◦ green 84 ◦ blue 51

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

Shades of Piper #A05433

Tints of Piper #A05433

RGB

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

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

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

R = 54.24%
G = 28.47%
B = 17.29%

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

#A05433 (or 0xA05433) is known color: Piper. HEX triplet: A0, 54 and 33. RGB value is (160,84,51). Sum of RGB (Red+Green+Blue) = 160+84+51=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A05433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05433 is #5FABCC. Grayscale: #676767. Windows color (decimal): -6269901 or 3364000. OLE color: 3364000.

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

Color convert

RGB 160 84 51 -
CMYK 0 0.48 0.68 0.37
HSL 18.17º 0.52% 0.41% -
HSV(B) 18.17º 0.68% 0.63% -
XYZ 18.27 14.05 4.88 -
YUV 102.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 160 84 51 0 0.48 0.68 0.37 18.17 0.52 0.41
Hex A0 54 33 0 30 44 25 12 34 29
Octal 240 124 63 0 60 104 45 22 64 51
Binary 10100000 1010100 110011 0 110000 1000100 100101 10010 110100 101001

Color Harmonies of #A05433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05433

Black with #A05433

Text Example


Text Example

White with #A05433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05433; }

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

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

background-color css

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

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

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

border-color css

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

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

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