Html Css Color HEX #AF988D Del Rio

📋 copy color: '#AF988D'

red 175 ◦ green 152 ◦ blue 141

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

Shades of Del Rio #AF988D

Tints of Del Rio #AF988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 37.39%
G = 32.48%
B = 30.13%

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

#AF988D (or 0xAF988D) is known color: Del Rio. HEX triplet: AF, 98 and 8D. RGB value is (175,152,141). Sum of RGB (Red+Green+Blue) = 175+152+141=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF988D is #506772. Grayscale: #9D9D9D. Windows color (decimal): -5269363 or 9279663. OLE color: 9279663.

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

Color convert

RGB 175 152 141 -
CMYK 0 0.13 0.19 0.31
HSL 19.41º 0.18% 0.62% -
HSV(B) 19.41º 0.19% 0.69% -
XYZ 33.72 33.49 29.89 -
YUV 157.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 175 152 141 0 0.13 0.19 0.31 19.41 0.18 0.62
Hex AF 98 8D 0 D 13 1F 13 12 3E
Octal 257 230 215 0 15 23 37 23 22 76
Binary 10101111 10011000 10001101 0 1101 10011 11111 10011 10010 111110

Color Harmonies of #AF988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF988D

Black with #AF988D

Text Example


Text Example

White with #AF988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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