Html Css Color HEX #AF8976 Sandrift

📋 copy color: '#AF8976'

red 175 ◦ green 137 ◦ blue 118

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

Shades of Sandrift #AF8976

Tints of Sandrift #AF8976

RGB

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

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

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

R = 40.7%
G = 31.86%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF8976 (or 0xAF8976) is known color: Sandrift. HEX triplet: AF, 89 and 76. RGB value is (175,137,118). Sum of RGB (Red+Green+Blue) = 175+137+118=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8976 is #507689. Grayscale: #929292. Windows color (decimal): -5273226 or 7768495. OLE color: 7768495.

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

Color convert

RGB 175 137 118 -
CMYK 0 0.22 0.33 0.31
HSL 20º 0.26% 0.57% -
HSV(B) 20º 0.33% 0.69% -
XYZ 29.89 28.31 21.03 -
YUV 146.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 175 137 118 0 0.22 0.33 0.31 20 0.26 0.57
Hex AF 89 76 0 16 21 1F 14 1A 39
Octal 257 211 166 0 26 41 37 24 32 71
Binary 10101111 10001001 1110110 0 10110 100001 11111 10100 11010 111001

Color Harmonies of #AF8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8976

Black with #AF8976

Text Example


Text Example

White with #AF8976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8976; }

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

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

background-color css

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

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

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

border-color css

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

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

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