Html Css Color HEX #AF968C Del Rio

📋 copy color: '#AF968C'

red 175 ◦ green 150 ◦ blue 140

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

Shades of Del Rio #AF968C

Tints of Del Rio #AF968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.26%

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

R = 37.63%
G = 32.26%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF968C (or 0xAF968C) is known color: Del Rio. HEX triplet: AF, 96 and 8C. RGB value is (175,150,140). Sum of RGB (Red+Green+Blue) = 175+150+140=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF968C is #506973. Grayscale: #9C9C9C. Windows color (decimal): -5269876 or 9213615. OLE color: 9213615.

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

Color convert

RGB 175 150 140 -
CMYK 0 0.14 0.2 0.31
HSL 17.14º 0.18% 0.62% -
HSV(B) 17.14º 0.2% 0.69% -
XYZ 33.32 32.82 29.39 -
YUV 156.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 175 150 140 0 0.14 0.2 0.31 17.14 0.18 0.62
Hex AF 96 8C 0 E 14 1F 11 12 3E
Octal 257 226 214 0 16 24 37 21 22 76
Binary 10101111 10010110 10001100 0 1110 10100 11111 10001 10010 111110

Color Harmonies of #AF968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF968C

Black with #AF968C

Text Example


Text Example

White with #AF968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF968C; }

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

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

background-color css

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

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

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

border-color css

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

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

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