Html Css Color HEX #AF9D97 Del Rio

📋 copy color: '#AF9D97'

red 175 ◦ green 157 ◦ blue 151

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

Shades of Del Rio #AF9D97

Tints of Del Rio #AF9D97

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.51%

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

R = 36.23%
G = 32.51%
B = 31.26%

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

#AF9D97 (or 0xAF9D97) is known color: Del Rio. HEX triplet: AF, 9D and 97. RGB value is (175,157,151). Sum of RGB (Red+Green+Blue) = 175+157+151=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D97 is #506268. Grayscale: #A1A1A1. Windows color (decimal): -5268073 or 9936303. OLE color: 9936303.

HSL color Cylindrical-coordinate representation of color #AF9D97: hue angle of 15º degrees, saturation: 0.13, 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 #AF9D97 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 157 151 -
CMYK 0 0.10 0.14 0.31
HSL 15º 0.13% 0.64% -
HSV(B) 15º 0.14% 0.69% -
XYZ 35.32 35.46 34.26 -
YUV 161.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 175 157 151 0 0.10 0.14 0.31 15 0.13 0.64
Hex AF 9D 97 0 A E 1F F D 40
Octal 257 235 227 0 12 16 37 17 15 100
Binary 10101111 10011101 10010111 0 1010 1110 11111 1111 1101 1000000

Color Harmonies of #AF9D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D97

Black with #AF9D97

Text Example


Text Example

White with #AF9D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D97; }

 p { color: rgb(175,157,151); }

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

background-color css

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

 a { background-color: rgb(175,157,151); }

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

border-color css

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

 span { border-color: rgb(175,157,151); }

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