Html Css Color HEX #ABA399 Cloudy

📋 copy color: '#ABA399'

red 171 ◦ green 163 ◦ blue 153

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

Shades of Cloudy #ABA399

Tints of Cloudy #ABA399

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.47%

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

R = 35.11%
G = 33.47%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#ABA399 (or 0xABA399) is known color: Cloudy. HEX triplet: AB, A3 and 99. RGB value is (171,163,153). Sum of RGB (Red+Green+Blue) = 171+163+153=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA399 is #545C66. Grayscale: #A4A4A4. Windows color (decimal): -5528679 or 10068907. OLE color: 10068907.

HSL color Cylindrical-coordinate representation of color #ABA399: hue angle of 33.33º 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 #ABA399 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 163 153 -
CMYK 0 0.05 0.11 0.33
HSL 33.33º 0.1% 0.64% -
HSV(B) 33.33º 0.11% 0.67% -
XYZ 35.64 37.15 35.43 -
YUV 164.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 171 163 153 0 0.05 0.11 0.33 33.33 0.1 0.64
Hex AB A3 99 0 5 B 21 21 A 40
Octal 253 243 231 0 5 13 41 41 12 100
Binary 10101011 10100011 10011001 0 101 1011 100001 100001 1010 1000000

Color Harmonies of #ABA399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA399

Black with #ABA399

Text Example


Text Example

White with #ABA399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA399; }

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

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

background-color css

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

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

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

border-color css

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

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

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