Html Css Color HEX #AF8D76 Sandrift

📋 copy color: '#AF8D76'

red 175 ◦ green 141 ◦ blue 118

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

Shades of Sandrift #AF8D76

Tints of Sandrift #AF8D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.49%

 BLUE value IS 118 (46.48% from 255) = 27.19%

R = 40.32%
G = 32.49%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF8D76 (or 0xAF8D76) is known color: Sandrift. HEX triplet: AF, 8D and 76. RGB value is (175,141,118). Sum of RGB (Red+Green+Blue) = 175+141+118=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D76 is #507289. Grayscale: #949494. Windows color (decimal): -5272202 or 7769519. OLE color: 7769519.

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

Color convert

RGB 175 141 118 -
CMYK 0 0.19 0.33 0.31
HSL 24.21º 0.26% 0.57% -
HSV(B) 24.21º 0.33% 0.69% -
XYZ 30.47 29.47 21.22 -
YUV 148.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 175 141 118 0 0.19 0.33 0.31 24.21 0.26 0.57
Hex AF 8D 76 0 13 21 1F 18 1A 39
Octal 257 215 166 0 23 41 37 30 32 71
Binary 10101111 10001101 1110110 0 10011 100001 11111 11000 11010 111001

Color Harmonies of #AF8D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D76

Black with #AF8D76

Text Example


Text Example

White with #AF8D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D76; }

 p { color: rgb(175,141,118); }

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

background-color css

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

 a { background-color: rgb(175,141,118); }

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

border-color css

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

 span { border-color: rgb(175,141,118); }

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