#986053

Color #986053 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #986053

Tints of Au Chico #986053

Color information

#986053 (or 0x986053) is unknown color: approx Au Chico. HEX triplet: 98, 60 and 53. RGB value is (152,96,83). Sum of RGB (Red+Green+Blue) = 152+96+83=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #986053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986053 is #679FAC. Grayscale: #6F6F6F. Windows color (decimal): -6791085 or 5464216. OLE color: 5464216.

HSL color Cylindrical-coordinate representation of color #986053: hue angle of 11.3º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #986053 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB1529683-
CMYK00.370.450.40
HSL11.3º29.36%46.08%-
HSV(B)11.3º45.39%59.61%-
XYZ18.6915.6710.22-
YUV111.26112.05157.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=45.92%
G=29.00%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152968300.370.450.4011.329.3646.08
Hex9860530252D28b1d2e
Octal2301401230455550133556
Binary10011000110000010100110100101101101101000101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986053; }

 p { color: rgb(152,96,83); }

 H1.HeaderClassName
 {
   color: #986053;
 }
 .AnyTagClassName
 {
   color: #986053;
 }
</style>
background-color css

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

 a { background-color: rgb(152,96,83); }

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

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

 span { border-color: rgb(152,96,83); }

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