Html Css Color HEX #AB958D Del Rio

📋 copy color: '#AB958D'

red 171 ◦ green 149 ◦ blue 141

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

Shades of Del Rio #AB958D

Tints of Del Rio #AB958D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.59%

R = 37.09%
G = 32.32%
B = 30.59%

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

#AB958D (or 0xAB958D) is known color: Del Rio. HEX triplet: AB, 95 and 8D. RGB value is (171,149,141). Sum of RGB (Red+Green+Blue) = 171+149+141=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB958D is #546A72. Grayscale: #9A9A9A. Windows color (decimal): -5532275 or 9278891. OLE color: 9278891.

HSL color Cylindrical-coordinate representation of color #AB958D: hue angle of 16º degrees, saturation: 0.15, 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 #AB958D is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 149 141 -
CMYK 0 0.13 0.18 0.33
HSL 16º 0.15% 0.61% -
HSV(B) 16º 0.18% 0.67% -
XYZ 32.35 32.08 29.69 -
YUV 154.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 171 149 141 0 0.13 0.18 0.33 16 0.15 0.61
Hex AB 95 8D 0 D 12 21 10 F 3D
Octal 253 225 215 0 15 22 41 20 17 75
Binary 10101011 10010101 10001101 0 1101 10010 100001 10000 1111 111101

Color Harmonies of #AB958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB958D

Black with #AB958D

Text Example


Text Example

White with #AB958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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