Html Css Color HEX #AF998C Del Rio

📋 copy color: '#AF998C'

red 175 ◦ green 153 ◦ blue 140

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

Shades of Del Rio #AF998C

Tints of Del Rio #AF998C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.69%

 BLUE value IS 140 (55.08% from 255) = 29.91%

R = 37.39%
G = 32.69%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF998C (or 0xAF998C) is known color: Del Rio. HEX triplet: AF, 99 and 8C. RGB value is (175,153,140). Sum of RGB (Red+Green+Blue) = 175+153+140=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF998C is #506673. Grayscale: #9E9E9E. Windows color (decimal): -5269108 or 9214383. OLE color: 9214383.

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

Color convert

RGB 175 153 140 -
CMYK 0 0.13 0.2 0.31
HSL 22.29º 0.18% 0.62% -
HSV(B) 22.29º 0.2% 0.69% -
XYZ 33.8 33.79 29.55 -
YUV 158.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 175 153 140 0 0.13 0.2 0.31 22.29 0.18 0.62
Hex AF 99 8C 0 D 14 1F 16 12 3E
Octal 257 231 214 0 15 24 37 26 22 76
Binary 10101111 10011001 10001100 0 1101 10100 11111 10110 10010 111110

Color Harmonies of #AF998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF998C

Black with #AF998C

Text Example


Text Example

White with #AF998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF998C; }

 p { color: rgb(175,153,140); }

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

background-color css

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

 a { background-color: rgb(175,153,140); }

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

border-color css

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

 span { border-color: rgb(175,153,140); }

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