Html Css Color HEX #AB948A Del Rio

📋 copy color: '#AB948A'

red 171 ◦ green 148 ◦ blue 138

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

Shades of Del Rio #AB948A

Tints of Del Rio #AB948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.39%

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 37.42%
G = 32.39%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB948A (or 0xAB948A) is known color: Del Rio. HEX triplet: AB, 94 and 8A. RGB value is (171,148,138). Sum of RGB (Red+Green+Blue) = 171+148+138=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB948A is #546B75. Grayscale: #999999. Windows color (decimal): -5532534 or 9082027. OLE color: 9082027.

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

Color convert

RGB 171 148 138 -
CMYK 0 0.13 0.19 0.33
HSL 18.18º 0.16% 0.61% -
HSV(B) 18.18º 0.19% 0.67% -
XYZ 31.97 31.67 28.47 -
YUV 153.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 171 148 138 0 0.13 0.19 0.33 18.18 0.16 0.61
Hex AB 94 8A 0 D 13 21 12 10 3D
Octal 253 224 212 0 15 23 41 22 20 75
Binary 10101011 10010100 10001010 0 1101 10011 100001 10010 10000 111101

Color Harmonies of #AB948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB948A

Black with #AB948A

Text Example


Text Example

White with #AB948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB948A; }

 p { color: rgb(171,148,138); }

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

background-color css

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

 a { background-color: rgb(171,148,138); }

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

border-color css

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

 span { border-color: rgb(171,148,138); }

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