Html Css Color HEX #AF9379 Sandrift

📋 copy color: '#AF9379'

red 175 ◦ green 147 ◦ blue 121

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

Shades of Sandrift #AF9379

Tints of Sandrift #AF9379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.18%

 BLUE value IS 121 (47.66% from 255) = 27.31%

R = 39.5%
G = 33.18%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF9379 (or 0xAF9379) is known color: Sandrift. HEX triplet: AF, 93 and 79. RGB value is (175,147,121). Sum of RGB (Red+Green+Blue) = 175+147+121=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9379 is #506C86. Grayscale: #989898. Windows color (decimal): -5270663 or 7967663. OLE color: 7967663.

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

Color convert

RGB 175 147 121 -
CMYK 0 0.16 0.31 0.31
HSL 28.89º 0.25% 0.58% -
HSV(B) 28.89º 0.31% 0.69% -
XYZ 31.56 31.36 22.48 -
YUV 152.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 175 147 121 0 0.16 0.31 0.31 28.89 0.25 0.58
Hex AF 93 79 0 10 1F 1F 1D 19 3A
Octal 257 223 171 0 20 37 37 35 31 72
Binary 10101111 10010011 1111001 0 10000 11111 11111 11101 11001 111010

Color Harmonies of #AF9379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9379

Black with #AF9379

Text Example


Text Example

White with #AF9379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9379; }

 p { color: rgb(175,147,121); }

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

background-color css

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

 a { background-color: rgb(175,147,121); }

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

border-color css

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

 span { border-color: rgb(175,147,121); }

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