#AF9694

Color #AF9694 Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #AF9694

Tints of Thatch #AF9694

Color information

#AF9694 (or 0xAF9694) is unknown color: approx Thatch. HEX triplet: AF, 96 and 94. RGB value is (175,150,148). Sum of RGB (Red+Green+Blue) = 175+150+148=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9694 is #50696B. Grayscale: #9D9D9D. Windows color (decimal): -5269868 or 9737903. OLE color: 9737903.

HSL color Cylindrical-coordinate representation of color #AF9694: hue angle of 4.44º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AF9694 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB175150148-
CMYK00.140.150.31
HSL4.44º14.44%63.33%-
HSV(B)4.44º15.43%68.63%-
XYZ33.9333.0632.61-
YUV157.25122.78140.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=37.00%
G=31.71%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515014800.140.150.314.4414.4463.33
HexAF96940EF1F4e3f
Octal257226224016173741677
Binary101011111001011010010100011101111111111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9694; }

 p { color: rgb(175,150,148); }

 H1.HeaderClassName
 {
   color: #AF9694;
 }
 .AnyTagClassName
 {
   color: #AF9694;
 }
</style>
background-color css

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

 a { background-color: rgb(175,150,148); }

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

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

 span { border-color: rgb(175,150,148); }

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