Html Css Color HEX #AF988E Del Rio

📋 copy color: '#AF988E'

red 175 ◦ green 152 ◦ blue 142

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

Shades of Del Rio #AF988E

Tints of Del Rio #AF988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.28%

R = 37.31%
G = 32.41%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF988E (or 0xAF988E) is known color: Del Rio. HEX triplet: AF, 98 and 8E. RGB value is (175,152,142). Sum of RGB (Red+Green+Blue) = 175+152+142=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF988E is #506771. Grayscale: #9D9D9D. Windows color (decimal): -5269362 or 9345199. OLE color: 9345199.

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

Color convert

RGB 175 152 142 -
CMYK 0 0.13 0.19 0.31
HSL 18.18º 0.17% 0.62% -
HSV(B) 18.18º 0.19% 0.69% -
XYZ 33.79 33.52 30.28 -
YUV 157.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 175 152 142 0 0.13 0.19 0.31 18.18 0.17 0.62
Hex AF 98 8E 0 D 13 1F 12 11 3E
Octal 257 230 216 0 15 23 37 22 21 76
Binary 10101111 10011000 10001110 0 1101 10011 11111 10010 10001 111110

Color Harmonies of #AF988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF988E

Black with #AF988E

Text Example


Text Example

White with #AF988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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