Html Css Color HEX #A69F9B Del Rio

📋 copy color: '#A69F9B'

red 166 ◦ green 159 ◦ blue 155

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

Shades of Del Rio #A69F9B

Tints of Del Rio #A69F9B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.13%

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

R = 34.58%
G = 33.13%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A69F9B (or 0xA69F9B) is known color: Del Rio. HEX triplet: A6, 9F and 9B. RGB value is (166,159,155). Sum of RGB (Red+Green+Blue) = 166+159+155=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F9B is #596064. Grayscale: #A0A0A0. Windows color (decimal): -5857381 or 10198950. OLE color: 10198950.

HSL color Cylindrical-coordinate representation of color #A69F9B: hue angle of 21.82º 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 #A69F9B is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 159 155 -
CMYK 0 0.04 0.07 0.35
HSL 21.82º 0.06% 0.63% -
HSV(B) 21.82º 0.07% 0.65% -
XYZ 34.04 35.27 36.02 -
YUV 160.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 166 159 155 0 0.04 0.07 0.35 21.82 0.06 0.63
Hex A6 9F 9B 0 4 7 23 16 6 3F
Octal 246 237 233 0 4 7 43 26 6 77
Binary 10100110 10011111 10011011 0 100 111 100011 10110 110 111111

Color Harmonies of #A69F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69F9B

Black with #A69F9B

Text Example


Text Example

White with #A69F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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