Html Css Color HEX #AF9186 Del Rio

📋 copy color: '#AF9186'

red 175 ◦ green 145 ◦ blue 134

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

Shades of Del Rio #AF9186

Tints of Del Rio #AF9186

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.94%

 BLUE value IS 134 (52.73% from 255) = 29.52%

R = 38.55%
G = 31.94%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF9186 (or 0xAF9186) is known color: Del Rio. HEX triplet: AF, 91 and 86. RGB value is (175,145,134). Sum of RGB (Red+Green+Blue) = 175+145+134=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9186 is #506E79. Grayscale: #989898. Windows color (decimal): -5271162 or 8819119. OLE color: 8819119.

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

Color convert

RGB 175 145 134 -
CMYK 0 0.17 0.23 0.31
HSL 16.1º 0.2% 0.61% -
HSV(B) 16.1º 0.23% 0.69% -
XYZ 32.11 31.09 26.86 -
YUV 152.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 175 145 134 0 0.17 0.23 0.31 16.1 0.2 0.61
Hex AF 91 86 0 11 17 1F 10 14 3D
Octal 257 221 206 0 21 27 37 20 24 75
Binary 10101111 10010001 10000110 0 10001 10111 11111 10000 10100 111101

Color Harmonies of #AF9186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9186

Black with #AF9186

Text Example


Text Example

White with #AF9186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9186; }

 p { color: rgb(175,145,134); }

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

background-color css

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

 a { background-color: rgb(175,145,134); }

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

border-color css

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

 span { border-color: rgb(175,145,134); }

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