Html Css Color HEX #ABA59D Cloudy

📋 copy color: '#ABA59D'

red 171 ◦ green 165 ◦ blue 157

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

Shades of Cloudy #ABA59D

Tints of Cloudy #ABA59D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.47%

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

R = 34.69%
G = 33.47%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#ABA59D (or 0xABA59D) is known color: Cloudy. HEX triplet: AB, A5 and 9D. RGB value is (171,165,157). Sum of RGB (Red+Green+Blue) = 171+165+157=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA59D is #545A62. Grayscale: #A5A5A5. Windows color (decimal): -5528163 or 10331563. OLE color: 10331563.

HSL color Cylindrical-coordinate representation of color #ABA59D: hue angle of 34.29º 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 #ABA59D is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 165 157 -
CMYK 0 0.04 0.08 0.33
HSL 34.29º 0.08% 0.64% -
HSV(B) 34.29º 0.08% 0.67% -
XYZ 36.34 38 37.32 -
YUV 165.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 171 165 157 0 0.04 0.08 0.33 34.29 0.08 0.64
Hex AB A5 9D 0 4 8 21 22 8 40
Octal 253 245 235 0 4 10 41 42 10 100
Binary 10101011 10100101 10011101 0 100 1000 100001 100010 1000 1000000

Color Harmonies of #ABA59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA59D

Black with #ABA59D

Text Example


Text Example

White with #ABA59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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