Html Css Color HEX #986053 Au Chico

📋 copy color: '#986053'

red 152 ◦ green 96 ◦ blue 83

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

Shades of Au Chico #986053

Tints of Au Chico #986053

RGB

 RED value IS 152 (59.77% from 255) = 45.92%

 GREEN value IS 96 (37.89% from 255) = 29%

 BLUE value IS 83 (32.81% from 255) = 25.08%

R = 45.92%
G = 29%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#986053 (or 0x986053) is known color: 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

RGB 152 96 83 -
CMYK 0 0.37 0.45 0.40
HSL 11.3º 0.29% 0.46% -
HSV(B) 11.3º 0.45% 0.6% -
XYZ 18.69 15.67 10.22 -
YUV 111.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 152 96 83 0 0.37 0.45 0.40 11.3 0.29 0.46
Hex 98 60 53 0 25 2D 28 B 1D 2E
Octal 230 140 123 0 45 55 50 13 35 56
Binary 10011000 1100000 1010011 0 100101 101101 101000 1011 11101 101110

Color Harmonies of #986053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986053

Black with #986053

Text Example


Text Example

White with #986053

Text Example


Text Example

HTML Codes & Css Web 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>