Html Css Color HEX #AF988F Del Rio

📋 copy color: '#AF988F'

red 175 ◦ green 152 ◦ blue 143

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

Shades of Del Rio #AF988F

Tints of Del Rio #AF988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.34%

 BLUE value IS 143 (56.25% from 255) = 30.43%

R = 37.23%
G = 32.34%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF988F (or 0xAF988F) is known color: Del Rio. HEX triplet: AF, 98 and 8F. RGB value is (175,152,143). Sum of RGB (Red+Green+Blue) = 175+152+143=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF988F is #506770. Grayscale: #9D9D9D. Windows color (decimal): -5269361 or 9410735. OLE color: 9410735.

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

Color convert

RGB 175 152 143 -
CMYK 0 0.13 0.18 0.31
HSL 16.88º 0.17% 0.62% -
HSV(B) 16.88º 0.18% 0.69% -
XYZ 33.87 33.55 30.68 -
YUV 157.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 175 152 143 0 0.13 0.18 0.31 16.88 0.17 0.62
Hex AF 98 8F 0 D 12 1F 11 11 3E
Octal 257 230 217 0 15 22 37 21 21 76
Binary 10101111 10011000 10001111 0 1101 10010 11111 10001 10001 111110

Color Harmonies of #AF988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF988F

Black with #AF988F

Text Example


Text Example

White with #AF988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF988F; }

 p { color: rgb(175,152,143); }

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

background-color css

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

 a { background-color: rgb(175,152,143); }

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

border-color css

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

 span { border-color: rgb(175,152,143); }

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