Html Css Color HEX #AF9E96 Del Rio

📋 copy color: '#AF9E96'

red 175 ◦ green 158 ◦ blue 150

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

Shades of Del Rio #AF9E96

Tints of Del Rio #AF9E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 36.23%
G = 32.71%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#AF9E96 (or 0xAF9E96) is known color: Del Rio. HEX triplet: AF, 9E and 96. RGB value is (175,158,150). Sum of RGB (Red+Green+Blue) = 175+158+150=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E96 is #506169. Grayscale: #A2A2A2. Windows color (decimal): -5267818 or 9871023. OLE color: 9871023.

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

Color convert

RGB 175 158 150 -
CMYK 0 0.10 0.14 0.31
HSL 19.2º 0.14% 0.64% -
HSV(B) 19.2º 0.14% 0.69% -
XYZ 35.41 35.77 33.89 -
YUV 162.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 175 158 150 0 0.10 0.14 0.31 19.2 0.14 0.64
Hex AF 9E 96 0 A E 1F 13 E 40
Octal 257 236 226 0 12 16 37 23 16 100
Binary 10101111 10011110 10010110 0 1010 1110 11111 10011 1110 1000000

Color Harmonies of #AF9E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E96

Black with #AF9E96

Text Example


Text Example

White with #AF9E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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