Html Css Color HEX #AF9377 Sandrift

📋 copy color: '#AF9377'

red 175 ◦ green 147 ◦ blue 119

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

Shades of Sandrift #AF9377

Tints of Sandrift #AF9377

RGB

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

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

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

R = 39.68%
G = 33.33%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF9377 (or 0xAF9377) is known color: Sandrift. HEX triplet: AF, 93 and 77. RGB value is (175,147,119). Sum of RGB (Red+Green+Blue) = 175+147+119=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9377 is #506C88. Grayscale: #989898. Windows color (decimal): -5270665 or 7836591. OLE color: 7836591.

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

Color convert

RGB 175 147 119 -
CMYK 0 0.16 0.32 0.31
HSL 30º 0.26% 0.58% -
HSV(B) 30º 0.32% 0.69% -
XYZ 31.44 31.31 21.84 -
YUV 152.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 175 147 119 0 0.16 0.32 0.31 30 0.26 0.58
Hex AF 93 77 0 10 20 1F 1E 1A 3A
Octal 257 223 167 0 20 40 37 36 32 72
Binary 10101111 10010011 1110111 0 10000 100000 11111 11110 11010 111010

Color Harmonies of #AF9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9377

Black with #AF9377

Text Example


Text Example

White with #AF9377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9377; }

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

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

background-color css

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

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

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

border-color css

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

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

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