Html Css Color HEX #AF9285 Del Rio

📋 copy color: '#AF9285'

red 175 ◦ green 146 ◦ blue 133

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

Shades of Del Rio #AF9285

Tints of Del Rio #AF9285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.16%

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

R = 38.55%
G = 32.16%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF9285 (or 0xAF9285) is known color: Del Rio. HEX triplet: AF, 92 and 85. RGB value is (175,146,133). Sum of RGB (Red+Green+Blue) = 175+146+133=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9285 is #506D7A. Grayscale: #999999. Windows color (decimal): -5270907 or 8753839. OLE color: 8753839.

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

Color convert

RGB 175 146 133 -
CMYK 0 0.17 0.24 0.31
HSL 18.57º 0.21% 0.6% -
HSV(B) 18.57º 0.24% 0.69% -
XYZ 32.19 31.37 26.55 -
YUV 153.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 175 146 133 0 0.17 0.24 0.31 18.57 0.21 0.6
Hex AF 92 85 0 11 18 1F 13 15 3C
Octal 257 222 205 0 21 30 37 23 25 74
Binary 10101111 10010010 10000101 0 10001 11000 11111 10011 10101 111100

Color Harmonies of #AF9285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9285

Black with #AF9285

Text Example


Text Example

White with #AF9285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9285; }

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

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

background-color css

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

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

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

border-color css

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

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

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