Html Css Color HEX #A69D98 Del Rio

📋 copy color: '#A69D98'

red 166 ◦ green 157 ◦ blue 152

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

Shades of Del Rio #A69D98

Tints of Del Rio #A69D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32%

R = 34.95%
G = 33.05%
B = 32%

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

#A69D98 (or 0xA69D98) is known color: Del Rio. HEX triplet: A6, 9D and 98. RGB value is (166,157,152). Sum of RGB (Red+Green+Blue) = 166+157+152=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69D98 is #596267. Grayscale: #9F9F9F. Windows color (decimal): -5857896 or 10001830. OLE color: 10001830.

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

Color convert

RGB 166 157 152 -
CMYK 0 0.05 0.08 0.35
HSL 21.43º 0.07% 0.62% -
HSV(B) 21.43º 0.08% 0.65% -
XYZ 33.45 34.49 34.6 -
YUV 159.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 166 157 152 0 0.05 0.08 0.35 21.43 0.07 0.62
Hex A6 9D 98 0 5 8 23 15 7 3E
Octal 246 235 230 0 5 10 43 25 7 76
Binary 10100110 10011101 10011000 0 101 1000 100011 10101 111 111110

Color Harmonies of #A69D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69D98

Black with #A69D98

Text Example


Text Example

White with #A69D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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