Html Css Color HEX #AF9084 Del Rio

📋 copy color: '#AF9084'

red 175 ◦ green 144 ◦ blue 132

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

Shades of Del Rio #AF9084

Tints of Del Rio #AF9084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.27%

R = 38.8%
G = 31.93%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF9084 (or 0xAF9084) is known color: Del Rio. HEX triplet: AF, 90 and 84. RGB value is (175,144,132). Sum of RGB (Red+Green+Blue) = 175+144+132=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9084 is #506F7B. Grayscale: #979797. Windows color (decimal): -5271420 or 8687791. OLE color: 8687791.

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

Color convert

RGB 175 144 132 -
CMYK 0 0.18 0.25 0.31
HSL 16.74º 0.21% 0.6% -
HSV(B) 16.74º 0.25% 0.69% -
XYZ 31.82 30.73 26.08 -
YUV 151.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 175 144 132 0 0.18 0.25 0.31 16.74 0.21 0.6
Hex AF 90 84 0 12 19 1F 11 15 3C
Octal 257 220 204 0 22 31 37 21 25 74
Binary 10101111 10010000 10000100 0 10010 11001 11111 10001 10101 111100

Color Harmonies of #AF9084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9084

Black with #AF9084

Text Example


Text Example

White with #AF9084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9084; }

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

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

background-color css

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

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

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

border-color css

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

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

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