#986352

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

Shades of Au Chico #986352

Tints of Au Chico #986352

Color information

#986352 (or 0x986352) is unknown color: approx Au Chico. HEX triplet: 98, 63 and 52. RGB value is (152,99,82). Sum of RGB (Red+Green+Blue) = 152+99+82=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #986352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986352 is #679CAD. Grayscale: #717171. Windows color (decimal): -6790318 or 5399448. OLE color: 5399448.

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

Color convert

RGB1529982-
CMYK00.350.460.40
HSL14.57º29.91%45.88%-
HSV(B)14.57º46.05%59.61%-
XYZ18.9316.2110.11-
YUV112.91110.56155.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=45.65%
G=29.73%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152998200.350.460.4014.5729.9145.88
Hex9863520232E28f1e2e
Octal2301431220435650173656
Binary10011000110001110100100100011101110101000111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986352; }

 p { color: rgb(152,99,82); }

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

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

 a { background-color: rgb(152,99,82); }

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

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

 span { border-color: rgb(152,99,82); }

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