Html Css Color HEX #AF968D Del Rio

📋 copy color: '#AF968D'

red 175 ◦ green 150 ◦ blue 141

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

Shades of Del Rio #AF968D

Tints of Del Rio #AF968D

RGB

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

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

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

R = 37.55%
G = 32.19%
B = 30.26%

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

#AF968D (or 0xAF968D) is known color: Del Rio. HEX triplet: AF, 96 and 8D. RGB value is (175,150,141). Sum of RGB (Red+Green+Blue) = 175+150+141=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF968D is #506972. Grayscale: #9C9C9C. Windows color (decimal): -5269875 or 9279151. OLE color: 9279151.

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

Color convert

RGB 175 150 141 -
CMYK 0 0.14 0.19 0.31
HSL 15.88º 0.18% 0.62% -
HSV(B) 15.88º 0.19% 0.69% -
XYZ 33.39 32.85 29.78 -
YUV 156.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 175 150 141 0 0.14 0.19 0.31 15.88 0.18 0.62
Hex AF 96 8D 0 E 13 1F 10 12 3E
Octal 257 226 215 0 16 23 37 20 22 76
Binary 10101111 10010110 10001101 0 1110 10011 11111 10000 10010 111110

Color Harmonies of #AF968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF968D

Black with #AF968D

Text Example


Text Example

White with #AF968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF968D; }

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

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

background-color css

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

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

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

border-color css

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

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

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