Html Css Color HEX #AF978E Del Rio

📋 copy color: '#AF978E'

red 175 ◦ green 151 ◦ blue 142

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

Shades of Del Rio #AF978E

Tints of Del Rio #AF978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.26%

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

R = 37.39%
G = 32.26%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF978E (or 0xAF978E) is known color: Del Rio. HEX triplet: AF, 97 and 8E. RGB value is (175,151,142). Sum of RGB (Red+Green+Blue) = 175+151+142=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF978E is #506871. Grayscale: #9D9D9D. Windows color (decimal): -5269618 or 9344943. OLE color: 9344943.

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

Color convert

RGB 175 151 142 -
CMYK 0 0.14 0.19 0.31
HSL 16.36º 0.17% 0.62% -
HSV(B) 16.36º 0.19% 0.69% -
XYZ 33.63 33.2 30.23 -
YUV 157.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 175 151 142 0 0.14 0.19 0.31 16.36 0.17 0.62
Hex AF 97 8E 0 E 13 1F 10 11 3E
Octal 257 227 216 0 16 23 37 20 21 76
Binary 10101111 10010111 10001110 0 1110 10011 11111 10000 10001 111110

Color Harmonies of #AF978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF978E

Black with #AF978E

Text Example


Text Example

White with #AF978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF978E; }

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

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

background-color css

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

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

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

border-color css

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

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

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