Html Css Color HEX #AF9479 Sandrift

📋 copy color: '#AF9479'

red 175 ◦ green 148 ◦ blue 121

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

Shades of Sandrift #AF9479

Tints of Sandrift #AF9479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.33%

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

R = 39.41%
G = 33.33%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF9479 (or 0xAF9479) is known color: Sandrift. HEX triplet: AF, 94 and 79. RGB value is (175,148,121). Sum of RGB (Red+Green+Blue) = 175+148+121=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9479 is #506B86. Grayscale: #999999. Windows color (decimal): -5270407 or 7967919. OLE color: 7967919.

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

Color convert

RGB 175 148 121 -
CMYK 0 0.15 0.31 0.31
HSL 30º 0.25% 0.58% -
HSV(B) 30º 0.31% 0.69% -
XYZ 31.72 31.67 22.53 -
YUV 153 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 175 148 121 0 0.15 0.31 0.31 30 0.25 0.58
Hex AF 94 79 0 F 1F 1F 1E 19 3A
Octal 257 224 171 0 17 37 37 36 31 72
Binary 10101111 10010100 1111001 0 1111 11111 11111 11110 11001 111010

Color Harmonies of #AF9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9479

Black with #AF9479

Text Example


Text Example

White with #AF9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9479; }

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

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

background-color css

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

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

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

border-color css

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

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

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