Html Css Color HEX #A05233 Piper

📋 copy color: '#A05233'

red 160 ◦ green 82 ◦ blue 51

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

Shades of Piper #A05233

Tints of Piper #A05233

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.99%

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

R = 54.61%
G = 27.99%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A05233 (or 0xA05233) is known color: Piper. HEX triplet: A0, 52 and 33. RGB value is (160,82,51). Sum of RGB (Red+Green+Blue) = 160+82+51=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A05233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05233 is #5FADCC. Grayscale: #656565. Windows color (decimal): -6270413 or 3363488. OLE color: 3363488.

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

Color convert

RGB 160 82 51 -
CMYK 0 0.49 0.68 0.37
HSL 17.06º 0.52% 0.41% -
HSV(B) 17.06º 0.68% 0.63% -
XYZ 18.11 13.75 4.83 -
YUV 101.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 160 82 51 0 0.49 0.68 0.37 17.06 0.52 0.41
Hex A0 52 33 0 31 44 25 11 34 29
Octal 240 122 63 0 61 104 45 21 64 51
Binary 10100000 1010010 110011 0 110001 1000100 100101 10001 110100 101001

Color Harmonies of #A05233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05233

Black with #A05233

Text Example


Text Example

White with #A05233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05233; }

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

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

background-color css

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

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

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

border-color css

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

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

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