Html Css Color HEX #A69E9B Del Rio

📋 copy color: '#A69E9B'

red 166 ◦ green 158 ◦ blue 155

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

Shades of Del Rio #A69E9B

Tints of Del Rio #A69E9B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.99%

 BLUE value IS 155 (60.94% from 255) = 32.36%

R = 34.66%
G = 32.99%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A69E9B (or 0xA69E9B) is known color: Del Rio. HEX triplet: A6, 9E and 9B. RGB value is (166,158,155). Sum of RGB (Red+Green+Blue) = 166+158+155=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69E9B is #596164. Grayscale: #A0A0A0. Windows color (decimal): -5857637 or 10198694. OLE color: 10198694.

HSL color Cylindrical-coordinate representation of color #A69E9B: hue angle of 16.36º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A69E9B is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 158 155 -
CMYK 0 0.05 0.07 0.35
HSL 16.36º 0.06% 0.63% -
HSV(B) 16.36º 0.07% 0.65% -
XYZ 33.87 34.93 35.97 -
YUV 160.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 166 158 155 0 0.05 0.07 0.35 16.36 0.06 0.63
Hex A6 9E 9B 0 5 7 23 10 6 3F
Octal 246 236 233 0 5 7 43 20 6 77
Binary 10100110 10011110 10011011 0 101 111 100011 10000 110 111111

Color Harmonies of #A69E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69E9B

Black with #A69E9B

Text Example


Text Example

White with #A69E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69E9B; }

 p { color: rgb(166,158,155); }

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

background-color css

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

 a { background-color: rgb(166,158,155); }

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

border-color css

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

 span { border-color: rgb(166,158,155); }

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