Html Css Color HEX #ABA092 Cloudy

📋 copy color: '#ABA092'

red 171 ◦ green 160 ◦ blue 146

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

Shades of Cloudy #ABA092

Tints of Cloudy #ABA092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.54%

 BLUE value IS 146 (57.42% from 255) = 30.61%

R = 35.85%
G = 33.54%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#ABA092 (or 0xABA092) is known color: Cloudy. HEX triplet: AB, A0 and 92. RGB value is (171,160,146). Sum of RGB (Red+Green+Blue) = 171+160+146=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA092 is #545F6D. Grayscale: #A1A1A1. Windows color (decimal): -5529454 or 9609387. OLE color: 9609387.

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

Color convert

RGB 171 160 146 -
CMYK 0 0.06 0.15 0.33
HSL 33.6º 0.13% 0.62% -
HSV(B) 33.6º 0.15% 0.67% -
XYZ 34.55 35.87 32.3 -
YUV 161.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 171 160 146 0 0.06 0.15 0.33 33.6 0.13 0.62
Hex AB A0 92 0 6 F 21 22 D 3E
Octal 253 240 222 0 6 17 41 42 15 76
Binary 10101011 10100000 10010010 0 110 1111 100001 100010 1101 111110

Color Harmonies of #ABA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA092

Black with #ABA092

Text Example


Text Example

White with #ABA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA092; }

 p { color: rgb(171,160,146); }

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

background-color css

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

 a { background-color: rgb(171,160,146); }

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

border-color css

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

 span { border-color: rgb(171,160,146); }

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