Html Css Color HEX #ABA59E Cloudy

📋 copy color: '#ABA59E'

red 171 ◦ green 165 ◦ blue 158

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

Shades of Cloudy #ABA59E

Tints of Cloudy #ABA59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.98%

R = 34.62%
G = 33.4%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#ABA59E (or 0xABA59E) is known color: Cloudy. HEX triplet: AB, A5 and 9E. RGB value is (171,165,158). Sum of RGB (Red+Green+Blue) = 171+165+158=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA59E is #545A61. Grayscale: #A6A6A6. Windows color (decimal): -5528162 or 10397099. OLE color: 10397099.

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

Color convert

RGB 171 165 158 -
CMYK 0 0.04 0.08 0.33
HSL 32.31º 0.07% 0.65% -
HSV(B) 32.31º 0.08% 0.67% -
XYZ 36.42 38.04 37.77 -
YUV 166 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 171 165 158 0 0.04 0.08 0.33 32.31 0.07 0.65
Hex AB A5 9E 0 4 8 21 20 7 41
Octal 253 245 236 0 4 10 41 40 7 101
Binary 10101011 10100101 10011110 0 100 1000 100001 100000 111 1000001

Color Harmonies of #ABA59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA59E

Black with #ABA59E

Text Example


Text Example

White with #ABA59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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