#A29B98

Color #A29B98 Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #A29B98

Tints of Del Rio #A29B98

Color information

#A29B98 (or 0xA29B98) is unknown color: approx Del Rio. HEX triplet: A2, 9B and 98. RGB value is (162,155,152). Sum of RGB (Red+Green+Blue) = 162+155+152=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B98 is #5D6467. Grayscale: #9C9C9C. Windows color (decimal): -6120552 or 10001314. OLE color: 10001314.

HSL color Cylindrical-coordinate representation of color #A29B98: hue angle of 18º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A29B98 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162155152-
CMYK00.040.060.36
HSL18º5.1%61.57%-
HSV(B)18º6.17%63.53%-
XYZ32.2933.3934.45-
YUV156.75125.32131.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=34.54%
G=33.05%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215515200.040.060.36185.161.57
HexA29B98046241253e
Octal2422332300464422576
Binary101000101001101110011000010011010010010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B98; }

 p { color: rgb(162,155,152); }

 H1.HeaderClassName
 {
   color: #A29B98;
 }
 .AnyTagClassName
 {
   color: #A29B98;
 }
</style>
background-color css

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

 a { background-color: rgb(162,155,152); }

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

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

 span { border-color: rgb(162,155,152); }

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