Html Css Color HEX #ABA79D Cloudy

📋 copy color: '#ABA79D'

red 171 ◦ green 167 ◦ blue 157

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

Shades of Cloudy #ABA79D

Tints of Cloudy #ABA79D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.74%

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

R = 34.55%
G = 33.74%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#ABA79D (or 0xABA79D) is known color: Cloudy. HEX triplet: AB, A7 and 9D. RGB value is (171,167,157). Sum of RGB (Red+Green+Blue) = 171+167+157=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA79D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA79D is #545862. Grayscale: #A7A7A7. Windows color (decimal): -5527651 or 10332075. OLE color: 10332075.

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

Color convert

RGB 171 167 157 -
CMYK 0 0.02 0.08 0.33
HSL 42.86º 0.08% 0.64% -
HSV(B) 42.86º 0.08% 0.67% -
XYZ 36.7 38.73 37.44 -
YUV 167.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 171 167 157 0 0.02 0.08 0.33 42.86 0.08 0.64
Hex AB A7 9D 0 2 8 21 2B 8 40
Octal 253 247 235 0 2 10 41 53 10 100
Binary 10101011 10100111 10011101 0 10 1000 100001 101011 1000 1000000

Color Harmonies of #ABA79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA79D

Black with #ABA79D

Text Example


Text Example

White with #ABA79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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