Html Css Color HEX #AB958C Del Rio

📋 copy color: '#AB958C'

red 171 ◦ green 149 ◦ blue 140

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

Shades of Del Rio #AB958C

Tints of Del Rio #AB958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.39%

 BLUE value IS 140 (55.08% from 255) = 30.43%

R = 37.17%
G = 32.39%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB958C (or 0xAB958C) is known color: Del Rio. HEX triplet: AB, 95 and 8C. RGB value is (171,149,140). Sum of RGB (Red+Green+Blue) = 171+149+140=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB958C is #546A73. Grayscale: #9A9A9A. Windows color (decimal): -5532276 or 9213355. OLE color: 9213355.

HSL color Cylindrical-coordinate representation of color #AB958C: hue angle of 17.42º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB958C is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 149 140 -
CMYK 0 0.13 0.18 0.33
HSL 17.42º 0.16% 0.61% -
HSV(B) 17.42º 0.18% 0.67% -
XYZ 32.28 32.05 29.3 -
YUV 154.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 171 149 140 0 0.13 0.18 0.33 17.42 0.16 0.61
Hex AB 95 8C 0 D 12 21 11 10 3D
Octal 253 225 214 0 15 22 41 21 20 75
Binary 10101011 10010101 10001100 0 1101 10010 100001 10001 10000 111101

Color Harmonies of #AB958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB958C

Black with #AB958C

Text Example


Text Example

White with #AB958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB958C; }

 p { color: rgb(171,149,140); }

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

background-color css

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

 a { background-color: rgb(171,149,140); }

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

border-color css

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

 span { border-color: rgb(171,149,140); }

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