Html Css Color HEX #AF958B Del Rio

📋 copy color: '#AF958B'

red 175 ◦ green 149 ◦ blue 139

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

Shades of Del Rio #AF958B

Tints of Del Rio #AF958B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.18%

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

R = 37.8%
G = 32.18%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF958B (or 0xAF958B) is known color: Del Rio. HEX triplet: AF, 95 and 8B. RGB value is (175,149,139). Sum of RGB (Red+Green+Blue) = 175+149+139=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF958B is #506A74. Grayscale: #9B9B9B. Windows color (decimal): -5270133 or 9147823. OLE color: 9147823.

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

Color convert

RGB 175 149 139 -
CMYK 0 0.15 0.21 0.31
HSL 16.67º 0.18% 0.62% -
HSV(B) 16.67º 0.21% 0.69% -
XYZ 33.09 32.47 28.95 -
YUV 155.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 175 149 139 0 0.15 0.21 0.31 16.67 0.18 0.62
Hex AF 95 8B 0 F 15 1F 11 12 3E
Octal 257 225 213 0 17 25 37 21 22 76
Binary 10101111 10010101 10001011 0 1111 10101 11111 10001 10010 111110

Color Harmonies of #AF958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF958B

Black with #AF958B

Text Example


Text Example

White with #AF958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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