Html Css Color HEX #AF8873 Sandrift

📋 copy color: '#AF8873'

red 175 ◦ green 136 ◦ blue 115

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

Shades of Sandrift #AF8873

Tints of Sandrift #AF8873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.92%

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

R = 41.08%
G = 31.92%
B = 27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF8873 (or 0xAF8873) is known color: Sandrift. HEX triplet: AF, 88 and 73. RGB value is (175,136,115). Sum of RGB (Red+Green+Blue) = 175+136+115=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8873 is #50778C. Grayscale: #919191. Windows color (decimal): -5273485 or 7571631. OLE color: 7571631.

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

Color convert

RGB 175 136 115 -
CMYK 0 0.22 0.34 0.31
HSL 21º 0.27% 0.57% -
HSV(B) 21º 0.34% 0.69% -
XYZ 29.58 27.96 20.06 -
YUV 145.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 175 136 115 0 0.22 0.34 0.31 21 0.27 0.57
Hex AF 88 73 0 16 22 1F 15 1B 39
Octal 257 210 163 0 26 42 37 25 33 71
Binary 10101111 10001000 1110011 0 10110 100010 11111 10101 11011 111001

Color Harmonies of #AF8873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8873

Black with #AF8873

Text Example


Text Example

White with #AF8873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8873; }

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

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

background-color css

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

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

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

border-color css

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

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

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