Html Css Color HEX #AF9085 Del Rio

📋 copy color: '#AF9085'

red 175 ◦ green 144 ◦ blue 133

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

Shades of Del Rio #AF9085

Tints of Del Rio #AF9085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.86%

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 38.72%
G = 31.86%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF9085 (or 0xAF9085) is known color: Del Rio. HEX triplet: AF, 90 and 85. RGB value is (175,144,133). Sum of RGB (Red+Green+Blue) = 175+144+133=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9085 is #506F7A. Grayscale: #989898. Windows color (decimal): -5271419 or 8753327. OLE color: 8753327.

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

Color convert

RGB 175 144 133 -
CMYK 0 0.18 0.24 0.31
HSL 15.71º 0.21% 0.6% -
HSV(B) 15.71º 0.24% 0.69% -
XYZ 31.89 30.75 26.45 -
YUV 152.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 175 144 133 0 0.18 0.24 0.31 15.71 0.21 0.6
Hex AF 90 85 0 12 18 1F 10 15 3C
Octal 257 220 205 0 22 30 37 20 25 74
Binary 10101111 10010000 10000101 0 10010 11000 11111 10000 10101 111100

Color Harmonies of #AF9085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9085

Black with #AF9085

Text Example


Text Example

White with #AF9085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9085; }

 p { color: rgb(175,144,133); }

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

background-color css

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

 a { background-color: rgb(175,144,133); }

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

border-color css

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

 span { border-color: rgb(175,144,133); }

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