Html Css Color HEX #ABA599 Cloudy

📋 copy color: '#ABA599'

red 171 ◦ green 165 ◦ blue 153

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

Shades of Cloudy #ABA599

Tints of Cloudy #ABA599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.29%

R = 34.97%
G = 33.74%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#ABA599 (or 0xABA599) is known color: Cloudy. HEX triplet: AB, A5 and 99. RGB value is (171,165,153). Sum of RGB (Red+Green+Blue) = 171+165+153=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA599 is #545A66. Grayscale: #A5A5A5. Windows color (decimal): -5528167 or 10069419. OLE color: 10069419.

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

Color convert

RGB 171 165 153 -
CMYK 0 0.04 0.11 0.33
HSL 40º 0.1% 0.64% -
HSV(B) 40º 0.11% 0.67% -
XYZ 36 37.87 35.55 -
YUV 165.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 171 165 153 0 0.04 0.11 0.33 40 0.1 0.64
Hex AB A5 99 0 4 B 21 28 A 40
Octal 253 245 231 0 4 13 41 50 12 100
Binary 10101011 10100101 10011001 0 100 1011 100001 101000 1010 1000000

Color Harmonies of #ABA599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA599

Black with #ABA599

Text Example


Text Example

White with #ABA599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA599; }

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

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

background-color css

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

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

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

border-color css

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

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

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