Html Css Color HEX #A59F98 Cloudy

📋 copy color: '#A59F98'

red 165 ◦ green 159 ◦ blue 152

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

Shades of Cloudy #A59F98

Tints of Cloudy #A59F98

RGB

 RED value IS 165 (64.84% from 255) = 34.66%

 GREEN value IS 159 (62.5% from 255) = 33.4%

 BLUE value IS 152 (59.77% from 255) = 31.93%

R = 34.66%
G = 33.4%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A59F98 (or 0xA59F98) is known color: Cloudy. HEX triplet: A5, 9F and 98. RGB value is (165,159,152). Sum of RGB (Red+Green+Blue) = 165+159+152=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59F98 is #5A6067. Grayscale: #A0A0A0. Windows color (decimal): -5922920 or 10002341. OLE color: 10002341.

HSL color Cylindrical-coordinate representation of color #A59F98: hue angle of 32.31º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A59F98 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 159 152 -
CMYK 0 0.04 0.08 0.35
HSL 32.31º 0.07% 0.62% -
HSV(B) 32.31º 0.08% 0.65% -
XYZ 33.58 35.06 34.7 -
YUV 160 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 165 159 152 0 0.04 0.08 0.35 32.31 0.07 0.62
Hex A5 9F 98 0 4 8 23 20 7 3E
Octal 245 237 230 0 4 10 43 40 7 76
Binary 10100101 10011111 10011000 0 100 1000 100011 100000 111 111110

Color Harmonies of #A59F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F98

Black with #A59F98

Text Example


Text Example

White with #A59F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F98; }

 p { color: rgb(165,159,152); }

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

background-color css

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

 a { background-color: rgb(165,159,152); }

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

border-color css

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

 span { border-color: rgb(165,159,152); }

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