Html Css Color HEX #AF9380 Sandrift

📋 copy color: '#AF9380'

red 175 ◦ green 147 ◦ blue 128

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

Shades of Sandrift #AF9380

Tints of Sandrift #AF9380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.44%

R = 38.89%
G = 32.67%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF9380 (or 0xAF9380) is known color: Sandrift. HEX triplet: AF, 93 and 80. RGB value is (175,147,128). Sum of RGB (Red+Green+Blue) = 175+147+128=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9380 is #506C7F. Grayscale: #999999. Windows color (decimal): -5270656 or 8426415. OLE color: 8426415.

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

Color convert

RGB 175 147 128 -
CMYK 0 0.16 0.27 0.31
HSL 24.26º 0.23% 0.59% -
HSV(B) 24.26º 0.27% 0.69% -
XYZ 32.01 31.54 24.82 -
YUV 153.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 175 147 128 0 0.16 0.27 0.31 24.26 0.23 0.59
Hex AF 93 80 0 10 1B 1F 18 17 3B
Octal 257 223 200 0 20 33 37 30 27 73
Binary 10101111 10010011 10000000 0 10000 11011 11111 11000 10111 111011

Color Harmonies of #AF9380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9380

Black with #AF9380

Text Example


Text Example

White with #AF9380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9380; }

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

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

background-color css

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

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

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

border-color css

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

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

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