Html Css Color HEX #AE9F9A Del Rio

📋 copy color: '#AE9F9A'

red 174 ◦ green 159 ◦ blue 154

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

Shades of Del Rio #AE9F9A

Tints of Del Rio #AE9F9A

RGB

 RED value IS 174 (68.36% from 255) = 35.73%

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

 BLUE value IS 154 (60.55% from 255) = 31.62%

R = 35.73%
G = 32.65%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE9F9A (or 0xAE9F9A) is known color: Del Rio. HEX triplet: AE, 9F and 9A. RGB value is (174,159,154). Sum of RGB (Red+Green+Blue) = 174+159+154=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9F9A is #516065. Grayscale: #A2A2A2. Windows color (decimal): -5333094 or 10133422. OLE color: 10133422.

HSL color Cylindrical-coordinate representation of color #AE9F9A: hue angle of 15º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AE9F9A is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 159 154 -
CMYK 0 0.09 0.11 0.32
HSL 15º 0.11% 0.64% -
HSV(B) 15º 0.11% 0.68% -
XYZ 35.69 36.13 35.66 -
YUV 162.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 174 159 154 0 0.09 0.11 0.32 15 0.11 0.64
Hex AE 9F 9A 0 9 B 20 F B 40
Octal 256 237 232 0 11 13 40 17 13 100
Binary 10101110 10011111 10011010 0 1001 1011 100000 1111 1011 1000000

Color Harmonies of #AE9F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9F9A

Black with #AE9F9A

Text Example


Text Example

White with #AE9F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9F9A; }

 p { color: rgb(174,159,154); }

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

background-color css

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

 a { background-color: rgb(174,159,154); }

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

border-color css

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

 span { border-color: rgb(174,159,154); }

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