Html Css Color HEX #AF978D Del Rio

📋 copy color: '#AF978D'

red 175 ◦ green 151 ◦ blue 141

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

Shades of Del Rio #AF978D

Tints of Del Rio #AF978D

RGB

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

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

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

R = 37.47%
G = 32.33%
B = 30.19%

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

#AF978D (or 0xAF978D) is known color: Del Rio. HEX triplet: AF, 97 and 8D. RGB value is (175,151,141). Sum of RGB (Red+Green+Blue) = 175+151+141=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF978D is #506872. Grayscale: #9D9D9D. Windows color (decimal): -5269619 or 9279407. OLE color: 9279407.

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

Color convert

RGB 175 151 141 -
CMYK 0 0.14 0.19 0.31
HSL 17.65º 0.18% 0.62% -
HSV(B) 17.65º 0.19% 0.69% -
XYZ 33.55 33.17 29.83 -
YUV 157.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 175 151 141 0 0.14 0.19 0.31 17.65 0.18 0.62
Hex AF 97 8D 0 E 13 1F 12 12 3E
Octal 257 227 215 0 16 23 37 22 22 76
Binary 10101111 10010111 10001101 0 1110 10011 11111 10010 10010 111110

Color Harmonies of #AF978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF978D

Black with #AF978D

Text Example


Text Example

White with #AF978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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