Html Css Color HEX #AF8973 Sandrift

📋 copy color: '#AF8973'

red 175 ◦ green 137 ◦ blue 115

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

Shades of Sandrift #AF8973

Tints of Sandrift #AF8973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.08%

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

R = 40.98%
G = 32.08%
B = 26.93%

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

#AF8973 (or 0xAF8973) is known color: Sandrift. HEX triplet: AF, 89 and 73. RGB value is (175,137,115). Sum of RGB (Red+Green+Blue) = 175+137+115=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8973 is #50768C. Grayscale: #919191. Windows color (decimal): -5273229 or 7571887. OLE color: 7571887.

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

Color convert

RGB 175 137 115 -
CMYK 0 0.22 0.34 0.31
HSL 22º 0.27% 0.57% -
HSV(B) 22º 0.34% 0.69% -
XYZ 29.72 28.24 20.1 -
YUV 145.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 175 137 115 0 0.22 0.34 0.31 22 0.27 0.57
Hex AF 89 73 0 16 22 1F 16 1B 39
Octal 257 211 163 0 26 42 37 26 33 71
Binary 10101111 10001001 1110011 0 10110 100010 11111 10110 11011 111001

Color Harmonies of #AF8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8973

Black with #AF8973

Text Example


Text Example

White with #AF8973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8973; }

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

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

background-color css

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

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

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

border-color css

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

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

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