Html Css Color HEX #ABA69D Cloudy

📋 copy color: '#ABA69D'

red 171 ◦ green 166 ◦ blue 157

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

Shades of Cloudy #ABA69D

Tints of Cloudy #ABA69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.78%

R = 34.62%
G = 33.6%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#ABA69D (or 0xABA69D) is known color: Cloudy. HEX triplet: AB, A6 and 9D. RGB value is (171,166,157). Sum of RGB (Red+Green+Blue) = 171+166+157=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA69D is #545962. Grayscale: #A6A6A6. Windows color (decimal): -5527907 or 10331819. OLE color: 10331819.

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

Color convert

RGB 171 166 157 -
CMYK 0 0.03 0.08 0.33
HSL 38.57º 0.08% 0.64% -
HSV(B) 38.57º 0.08% 0.67% -
XYZ 36.52 38.36 37.38 -
YUV 166.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 171 166 157 0 0.03 0.08 0.33 38.57 0.08 0.64
Hex AB A6 9D 0 3 8 21 27 8 40
Octal 253 246 235 0 3 10 41 47 10 100
Binary 10101011 10100110 10011101 0 11 1000 100001 100111 1000 1000000

Color Harmonies of #ABA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA69D

Black with #ABA69D

Text Example


Text Example

White with #ABA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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