Html Css Color HEX #ABA395 Cloudy

📋 copy color: '#ABA395'

red 171 ◦ green 163 ◦ blue 149

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

Shades of Cloudy #ABA395

Tints of Cloudy #ABA395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.85%

R = 35.4%
G = 33.75%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#ABA395 (or 0xABA395) is known color: Cloudy. HEX triplet: AB, A3 and 95. RGB value is (171,163,149). Sum of RGB (Red+Green+Blue) = 171+163+149=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA395 is #545C6A. Grayscale: #A3A3A3. Windows color (decimal): -5528683 or 9806763. OLE color: 9806763.

HSL color Cylindrical-coordinate representation of color #ABA395: hue angle of 38.18º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABA395 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 163 149 -
CMYK 0 0.05 0.13 0.33
HSL 38.18º 0.12% 0.63% -
HSV(B) 38.18º 0.13% 0.67% -
XYZ 35.32 37.02 33.72 -
YUV 163.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 171 163 149 0 0.05 0.13 0.33 38.18 0.12 0.63
Hex AB A3 95 0 5 D 21 26 C 3F
Octal 253 243 225 0 5 15 41 46 14 77
Binary 10101011 10100011 10010101 0 101 1101 100001 100110 1100 111111

Color Harmonies of #ABA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA395

Black with #ABA395

Text Example


Text Example

White with #ABA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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