Html Css Color HEX #A69C97 Del Rio

📋 copy color: '#A69C97'

red 166 ◦ green 156 ◦ blue 151

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

Shades of Del Rio #A69C97

Tints of Del Rio #A69C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.92%

R = 35.1%
G = 32.98%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A69C97 (or 0xA69C97) is known color: Del Rio. HEX triplet: A6, 9C and 97. RGB value is (166,156,151). Sum of RGB (Red+Green+Blue) = 166+156+151=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C97 is #596368. Grayscale: #9E9E9E. Windows color (decimal): -5858153 or 9936038. OLE color: 9936038.

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

Color convert

RGB 166 156 151 -
CMYK 0 0.06 0.09 0.35
HSL 20º 0.08% 0.62% -
HSV(B) 20º 0.09% 0.65% -
XYZ 33.2 34.12 34.11 -
YUV 158.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 166 156 151 0 0.06 0.09 0.35 20 0.08 0.62
Hex A6 9C 97 0 6 9 23 14 8 3E
Octal 246 234 227 0 6 11 43 24 10 76
Binary 10100110 10011100 10010111 0 110 1001 100011 10100 1000 111110

Color Harmonies of #A69C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69C97

Black with #A69C97

Text Example


Text Example

White with #A69C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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