Html Css Color HEX #ABA093 Cloudy

📋 copy color: '#ABA093'

red 171 ◦ green 160 ◦ blue 147

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

Shades of Cloudy #ABA093

Tints of Cloudy #ABA093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.75%

R = 35.77%
G = 33.47%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#ABA093 (or 0xABA093) is known color: Cloudy. HEX triplet: AB, A0 and 93. RGB value is (171,160,147). Sum of RGB (Red+Green+Blue) = 171+160+147=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA093 is #545F6C. Grayscale: #A1A1A1. Windows color (decimal): -5529453 or 9674923. OLE color: 9674923.

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

Color convert

RGB 171 160 147 -
CMYK 0 0.06 0.14 0.33
HSL 32.5º 0.13% 0.62% -
HSV(B) 32.5º 0.14% 0.67% -
XYZ 34.63 35.91 32.71 -
YUV 161.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 171 160 147 0 0.06 0.14 0.33 32.5 0.13 0.62
Hex AB A0 93 0 6 E 21 20 C 3E
Octal 253 240 223 0 6 16 41 40 14 76
Binary 10101011 10100000 10010011 0 110 1110 100001 100000 1100 111110

Color Harmonies of #ABA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA093

Black with #ABA093

Text Example


Text Example

White with #ABA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA093; }

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

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

background-color css

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

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

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

border-color css

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

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

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