Html Css Color HEX #ABA69B Cloudy

📋 copy color: '#ABA69B'

red 171 ◦ green 166 ◦ blue 155

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

Shades of Cloudy #ABA69B

Tints of Cloudy #ABA69B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.74%

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 34.76%
G = 33.74%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#ABA69B (or 0xABA69B) is known color: Cloudy. HEX triplet: AB, A6 and 9B. RGB value is (171,166,155). Sum of RGB (Red+Green+Blue) = 171+166+155=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA69B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA69B is #545964. Grayscale: #A6A6A6. Windows color (decimal): -5527909 or 10200747. OLE color: 10200747.

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

Color convert

RGB 171 166 155 -
CMYK 0 0.03 0.09 0.33
HSL 41.25º 0.09% 0.64% -
HSV(B) 41.25º 0.09% 0.67% -
XYZ 36.35 38.3 36.49 -
YUV 166.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 171 166 155 0 0.03 0.09 0.33 41.25 0.09 0.64
Hex AB A6 9B 0 3 9 21 29 9 40
Octal 253 246 233 0 3 11 41 51 11 100
Binary 10101011 10100110 10011011 0 11 1001 100001 101001 1001 1000000

Color Harmonies of #ABA69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA69B

Black with #ABA69B

Text Example


Text Example

White with #ABA69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA69B; }

 p { color: rgb(171,166,155); }

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

background-color css

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

 a { background-color: rgb(171,166,155); }

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

border-color css

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

 span { border-color: rgb(171,166,155); }

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