Html Css Color HEX #A69D99 Del Rio

📋 copy color: '#A69D99'

red 166 ◦ green 157 ◦ blue 153

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

Shades of Del Rio #A69D99

Tints of Del Rio #A69D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.98%

 BLUE value IS 153 (60.16% from 255) = 32.14%

R = 34.87%
G = 32.98%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A69D99 (or 0xA69D99) is known color: Del Rio. HEX triplet: A6, 9D and 99. RGB value is (166,157,153). Sum of RGB (Red+Green+Blue) = 166+157+153=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69D99 is #596266. Grayscale: #9F9F9F. Windows color (decimal): -5857895 or 10067366. OLE color: 10067366.

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

Color convert

RGB 166 157 153 -
CMYK 0 0.05 0.08 0.35
HSL 18.46º 0.07% 0.63% -
HSV(B) 18.46º 0.08% 0.65% -
XYZ 33.53 34.52 35.03 -
YUV 159.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 166 157 153 0 0.05 0.08 0.35 18.46 0.07 0.63
Hex A6 9D 99 0 5 8 23 12 7 3F
Octal 246 235 231 0 5 10 43 22 7 77
Binary 10100110 10011101 10011001 0 101 1000 100011 10010 111 111111

Color Harmonies of #A69D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69D99

Black with #A69D99

Text Example


Text Example

White with #A69D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69D99; }

 p { color: rgb(166,157,153); }

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

background-color css

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

 a { background-color: rgb(166,157,153); }

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

border-color css

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

 span { border-color: rgb(166,157,153); }

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