Html Css Color HEX #AF9177 Sandrift

📋 copy color: '#AF9177'

red 175 ◦ green 145 ◦ blue 119

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

Shades of Sandrift #AF9177

Tints of Sandrift #AF9177

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.03%

 BLUE value IS 119 (46.88% from 255) = 27.11%

R = 39.86%
G = 33.03%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF9177 (or 0xAF9177) is known color: Sandrift. HEX triplet: AF, 91 and 77. RGB value is (175,145,119). Sum of RGB (Red+Green+Blue) = 175+145+119=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9177 is #506E88. Grayscale: #979797. Windows color (decimal): -5271177 or 7836079. OLE color: 7836079.

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

Color convert

RGB 175 145 119 -
CMYK 0 0.17 0.32 0.31
HSL 27.86º 0.26% 0.58% -
HSV(B) 27.86º 0.32% 0.69% -
XYZ 31.13 30.7 21.74 -
YUV 151.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 175 145 119 0 0.17 0.32 0.31 27.86 0.26 0.58
Hex AF 91 77 0 11 20 1F 1C 1A 3A
Octal 257 221 167 0 21 40 37 34 32 72
Binary 10101111 10010001 1110111 0 10001 100000 11111 11100 11010 111010

Color Harmonies of #AF9177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9177

Black with #AF9177

Text Example


Text Example

White with #AF9177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9177; }

 p { color: rgb(175,145,119); }

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

background-color css

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

 a { background-color: rgb(175,145,119); }

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

border-color css

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

 span { border-color: rgb(175,145,119); }

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