Html Css Color HEX #A69C98 Del Rio

📋 copy color: '#A69C98'

red 166 ◦ green 156 ◦ blue 152

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

Shades of Del Rio #A69C98

Tints of Del Rio #A69C98

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.91%

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

R = 35.02%
G = 32.91%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A69C98 (or 0xA69C98) is known color: Del Rio. HEX triplet: A6, 9C and 98. RGB value is (166,156,152). Sum of RGB (Red+Green+Blue) = 166+156+152=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C98 is #596367. Grayscale: #9E9E9E. Windows color (decimal): -5858152 or 10001574. OLE color: 10001574.

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

Color convert

RGB 166 156 152 -
CMYK 0 0.06 0.08 0.35
HSL 17.14º 0.07% 0.62% -
HSV(B) 17.14º 0.08% 0.65% -
XYZ 33.28 34.15 34.54 -
YUV 158.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 166 156 152 0 0.06 0.08 0.35 17.14 0.07 0.62
Hex A6 9C 98 0 6 8 23 11 7 3E
Octal 246 234 230 0 6 10 43 21 7 76
Binary 10100110 10011100 10011000 0 110 1000 100011 10001 111 111110

Color Harmonies of #A69C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69C98

Black with #A69C98

Text Example


Text Example

White with #A69C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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