Html Css Color HEX #ABA59F Cloudy

📋 copy color: '#ABA59F'

red 171 ◦ green 165 ◦ blue 159

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

Shades of Cloudy #ABA59F

Tints of Cloudy #ABA59F

RGB

 RED value IS 171 (67.19% from 255) = 34.55%

 GREEN value IS 165 (64.84% from 255) = 33.33%

 BLUE value IS 159 (62.5% from 255) = 32.12%

R = 34.55%
G = 33.33%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#ABA59F (or 0xABA59F) is known color: Cloudy. HEX triplet: AB, A5 and 9F. RGB value is (171,165,159). Sum of RGB (Red+Green+Blue) = 171+165+159=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA59F is #545A60. Grayscale: #A6A6A6. Windows color (decimal): -5528161 or 10462635. OLE color: 10462635.

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

Color convert

RGB 171 165 159 -
CMYK 0 0.04 0.07 0.33
HSL 30º 0.07% 0.65% -
HSV(B) 30º 0.07% 0.67% -
XYZ 36.51 38.07 38.23 -
YUV 166.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 171 165 159 0 0.04 0.07 0.33 30 0.07 0.65
Hex AB A5 9F 0 4 7 21 1E 7 41
Octal 253 245 237 0 4 7 41 36 7 101
Binary 10101011 10100101 10011111 0 100 111 100001 11110 111 1000001

Color Harmonies of #ABA59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA59F

Black with #ABA59F

Text Example


Text Example

White with #ABA59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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