Html Css Color HEX #AF9373 Sandrift

📋 copy color: '#AF9373'

red 175 ◦ green 147 ◦ blue 115

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

Shades of Sandrift #AF9373

Tints of Sandrift #AF9373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.32%

R = 40.05%
G = 33.64%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF9373 (or 0xAF9373) is known color: Sandrift. HEX triplet: AF, 93 and 73. RGB value is (175,147,115). Sum of RGB (Red+Green+Blue) = 175+147+115=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9373 is #506C8C. Grayscale: #979797. Windows color (decimal): -5270669 or 7574447. OLE color: 7574447.

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

Color convert

RGB 175 147 115 -
CMYK 0 0.16 0.34 0.31
HSL 32º 0.27% 0.57% -
HSV(B) 32º 0.34% 0.69% -
XYZ 31.21 31.22 20.6 -
YUV 151.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 175 147 115 0 0.16 0.34 0.31 32 0.27 0.57
Hex AF 93 73 0 10 22 1F 20 1B 39
Octal 257 223 163 0 20 42 37 40 33 71
Binary 10101111 10010011 1110011 0 10000 100010 11111 100000 11011 111001

Color Harmonies of #AF9373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9373

Black with #AF9373

Text Example


Text Example

White with #AF9373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9373; }

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

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

background-color css

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

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

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

border-color css

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

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

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