Html Css Color HEX #A6958E Del Rio

📋 copy color: '#A6958E'

red 166 ◦ green 149 ◦ blue 142

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

Shades of Del Rio #A6958E

Tints of Del Rio #A6958E

RGB

 RED value IS 166 (65.23% from 255) = 36.32%

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

 BLUE value IS 142 (55.86% from 255) = 31.07%

R = 36.32%
G = 32.6%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6958E (or 0xA6958E) is known color: Del Rio. HEX triplet: A6, 95 and 8E. RGB value is (166,149,142). Sum of RGB (Red+Green+Blue) = 166+149+142=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 166 - color contains mainly: red. Hex color #A6958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6958E is #596A71. Grayscale: #999999. Windows color (decimal): -5859954 or 9344422. OLE color: 9344422.

HSL color Cylindrical-coordinate representation of color #A6958E: hue angle of 17.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6958E is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 149 142 -
CMYK 0 0.10 0.14 0.35
HSL 17.5º 0.12% 0.6% -
HSV(B) 17.5º 0.14% 0.65% -
XYZ 31.36 31.55 30.03 -
YUV 153.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 166 149 142 0 0.10 0.14 0.35 17.5 0.12 0.6
Hex A6 95 8E 0 A E 23 12 C 3C
Octal 246 225 216 0 12 16 43 22 14 74
Binary 10100110 10010101 10001110 0 1010 1110 100011 10010 1100 111100

Color Harmonies of #A6958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6958E

Black with #A6958E

Text Example


Text Example

White with #A6958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6958E; }

 p { color: rgb(166,149,142); }

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

background-color css

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

 a { background-color: rgb(166,149,142); }

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

border-color css

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

 span { border-color: rgb(166,149,142); }

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