Html Css Color HEX #AF968B Del Rio

📋 copy color: '#AF968B'

red 175 ◦ green 150 ◦ blue 139

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

Shades of Del Rio #AF968B

Tints of Del Rio #AF968B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.96%

R = 37.72%
G = 32.33%
B = 29.96%

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

#AF968B (or 0xAF968B) is known color: Del Rio. HEX triplet: AF, 96 and 8B. RGB value is (175,150,139). Sum of RGB (Red+Green+Blue) = 175+150+139=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF968B is #506974. Grayscale: #9C9C9C. Windows color (decimal): -5269877 or 9148079. OLE color: 9148079.

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

Color convert

RGB 175 150 139 -
CMYK 0 0.14 0.21 0.31
HSL 18.33º 0.18% 0.62% -
HSV(B) 18.33º 0.21% 0.69% -
XYZ 33.25 32.79 29 -
YUV 156.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 175 150 139 0 0.14 0.21 0.31 18.33 0.18 0.62
Hex AF 96 8B 0 E 15 1F 12 12 3E
Octal 257 226 213 0 16 25 37 22 22 76
Binary 10101111 10010110 10001011 0 1110 10101 11111 10010 10010 111110

Color Harmonies of #AF968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF968B

Black with #AF968B

Text Example


Text Example

White with #AF968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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