Html Css Color HEX #AF9E99 Del Rio

📋 copy color: '#AF9E99'

red 175 ◦ green 158 ◦ blue 153

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

Shades of Del Rio #AF9E99

Tints of Del Rio #AF9E99

RGB

 RED value IS 175 (68.75% from 255) = 36.01%

 GREEN value IS 158 (62.11% from 255) = 32.51%

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

R = 36.01%
G = 32.51%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF9E99 (or 0xAF9E99) is known color: Del Rio. HEX triplet: AF, 9E and 99. RGB value is (175,158,153). Sum of RGB (Red+Green+Blue) = 175+158+153=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E99 is #506166. Grayscale: #A2A2A2. Windows color (decimal): -5267815 or 10067631. OLE color: 10067631.

HSL color Cylindrical-coordinate representation of color #AF9E99: hue angle of 13.64º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF9E99 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 158 153 -
CMYK 0 0.10 0.13 0.31
HSL 13.64º 0.12% 0.64% -
HSV(B) 13.64º 0.13% 0.69% -
XYZ 35.66 35.87 35.18 -
YUV 162.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 175 158 153 0 0.10 0.13 0.31 13.64 0.12 0.64
Hex AF 9E 99 0 A D 1F E C 40
Octal 257 236 231 0 12 15 37 16 14 100
Binary 10101111 10011110 10011001 0 1010 1101 11111 1110 1100 1000000

Color Harmonies of #AF9E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E99

Black with #AF9E99

Text Example


Text Example

White with #AF9E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E99; }

 p { color: rgb(175,158,153); }

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

background-color css

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

 a { background-color: rgb(175,158,153); }

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

border-color css

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

 span { border-color: rgb(175,158,153); }

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