#A4958F

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

Shades of Del Rio #A4958F

Tints of Del Rio #A4958F

Color information

#A4958F (or 0xA4958F) is unknown color: approx Del Rio. HEX triplet: A4, 95 and 8F. RGB value is (164,149,143). Sum of RGB (Red+Green+Blue) = 164+149+143=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A4958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4958F is #5B6A70. Grayscale: #989898. Windows color (decimal): -5991025 or 9409956. OLE color: 9409956.

HSL color Cylindrical-coordinate representation of color #A4958F: hue angle of 17.14º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4958F is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB164149143-
CMYK00.090.130.36
HSL17.14º10.34%60.2%-
HSV(B)17.14º12.8%64.31%-
XYZ31.0231.3730.41-
YUV152.8122.47135.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 149 (58.59% from 255) = 32.68%
BLUE value IS 143 (56.25% from 255) = 31.36%
R=35.96%
G=32.68%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414914300.090.130.3617.1410.3460.2
HexA4958F09D2411a3c
Octal2442252170111544211274
Binary101001001001010110001111010011101100100100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4958F; }

 p { color: rgb(164,149,143); }

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

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

 a { background-color: rgb(164,149,143); }

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

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

 span { border-color: rgb(164,149,143); }

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