Html Css Color HEX #AFA095 Del Rio

📋 copy color: '#AFA095'

red 175 ◦ green 160 ◦ blue 149

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

Shades of Del Rio #AFA095

Tints of Del Rio #AFA095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.06%

 BLUE value IS 149 (58.59% from 255) = 30.79%

R = 36.16%
G = 33.06%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AFA095 (or 0xAFA095) is known color: Del Rio. HEX triplet: AF, A0 and 95. RGB value is (175,160,149). Sum of RGB (Red+Green+Blue) = 175+160+149=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA095 is #505F6A. Grayscale: #A3A3A3. Windows color (decimal): -5267307 or 9805999. OLE color: 9805999.

HSL color Cylindrical-coordinate representation of color #AFA095: hue angle of 25.38º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFA095 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 149 -
CMYK 0 0.09 0.15 0.31
HSL 25.38º 0.14% 0.64% -
HSV(B) 25.38º 0.15% 0.69% -
XYZ 35.67 36.43 33.58 -
YUV 163.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 175 160 149 0 0.09 0.15 0.31 25.38 0.14 0.64
Hex AF A0 95 0 9 F 1F 19 E 40
Octal 257 240 225 0 11 17 37 31 16 100
Binary 10101111 10100000 10010101 0 1001 1111 11111 11001 1110 1000000

Color Harmonies of #AFA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA095

Black with #AFA095

Text Example


Text Example

White with #AFA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA095; }

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

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

background-color css

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

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

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

border-color css

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

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

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