Html Css Color HEX #AF978A Del Rio

📋 copy color: '#AF978A'

red 175 ◦ green 151 ◦ blue 138

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

Shades of Del Rio #AF978A

Tints of Del Rio #AF978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 37.72%
G = 32.54%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF978A (or 0xAF978A) is known color: Del Rio. HEX triplet: AF, 97 and 8A. RGB value is (175,151,138). Sum of RGB (Red+Green+Blue) = 175+151+138=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF978A is #506875. Grayscale: #9C9C9C. Windows color (decimal): -5269622 or 9082799. OLE color: 9082799.

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

Color convert

RGB 175 151 138 -
CMYK 0 0.14 0.21 0.31
HSL 21.08º 0.19% 0.61% -
HSV(B) 21.08º 0.21% 0.69% -
XYZ 33.33 33.08 28.67 -
YUV 156.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 175 151 138 0 0.14 0.21 0.31 21.08 0.19 0.61
Hex AF 97 8A 0 E 15 1F 15 13 3D
Octal 257 227 212 0 16 25 37 25 23 75
Binary 10101111 10010111 10001010 0 1110 10101 11111 10101 10011 111101

Color Harmonies of #AF978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF978A

Black with #AF978A

Text Example


Text Example

White with #AF978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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