Html Css Color HEX #AF9079 Sandrift

📋 copy color: '#AF9079'

red 175 ◦ green 144 ◦ blue 121

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

Shades of Sandrift #AF9079

Tints of Sandrift #AF9079

RGB

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

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

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

R = 39.77%
G = 32.73%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF9079 (or 0xAF9079) is known color: Sandrift. HEX triplet: AF, 90 and 79. RGB value is (175,144,121). Sum of RGB (Red+Green+Blue) = 175+144+121=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9079 is #506F86. Grayscale: #969696. Windows color (decimal): -5271431 or 7966895. OLE color: 7966895.

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

Color convert

RGB 175 144 121 -
CMYK 0 0.18 0.31 0.31
HSL 25.56º 0.25% 0.58% -
HSV(B) 25.56º 0.31% 0.69% -
XYZ 31.1 30.44 22.33 -
YUV 150.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 175 144 121 0 0.18 0.31 0.31 25.56 0.25 0.58
Hex AF 90 79 0 12 1F 1F 1A 19 3A
Octal 257 220 171 0 22 37 37 32 31 72
Binary 10101111 10010000 1111001 0 10010 11111 11111 11010 11001 111010

Color Harmonies of #AF9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9079

Black with #AF9079

Text Example


Text Example

White with #AF9079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9079; }

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

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

background-color css

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

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

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

border-color css

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

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

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