Html Css Color HEX #AF968E Del Rio

📋 copy color: '#AF968E'

red 175 ◦ green 150 ◦ blue 142

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

Shades of Del Rio #AF968E

Tints of Del Rio #AF968E

RGB

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

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

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

R = 37.47%
G = 32.12%
B = 30.41%

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

#AF968E (or 0xAF968E) is known color: Del Rio. HEX triplet: AF, 96 and 8E. RGB value is (175,150,142). Sum of RGB (Red+Green+Blue) = 175+150+142=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF968E is #506971. Grayscale: #9C9C9C. Windows color (decimal): -5269874 or 9344687. OLE color: 9344687.

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

Color convert

RGB 175 150 142 -
CMYK 0 0.14 0.19 0.31
HSL 14.55º 0.17% 0.62% -
HSV(B) 14.55º 0.19% 0.69% -
XYZ 33.47 32.88 30.17 -
YUV 156.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 175 150 142 0 0.14 0.19 0.31 14.55 0.17 0.62
Hex AF 96 8E 0 E 13 1F F 11 3E
Octal 257 226 216 0 16 23 37 17 21 76
Binary 10101111 10010110 10001110 0 1110 10011 11111 1111 10001 111110

Color Harmonies of #AF968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF968E

Black with #AF968E

Text Example


Text Example

White with #AF968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF968E; }

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

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

background-color css

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

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

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

border-color css

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

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

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